wip
This commit is contained in:
@ -1052,6 +1052,8 @@ class CleanTradingDashboard:
|
||||
"""Handle clear session button"""
|
||||
if n_clicks:
|
||||
self._clear_session()
|
||||
# Return a visual confirmation that the session was cleared
|
||||
return [html.I(className="fas fa-check me-1 text-success"), "Cleared"]
|
||||
return [html.I(className="fas fa-trash me-1"), "Clear Session"]
|
||||
|
||||
@self.app.callback(
|
||||
|
Reference in New Issue
Block a user