Skip to content

Commit a3360ad

Browse files
committed
Fix
1 parent 7fc2246 commit a3360ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vizro-core/src/vizro/models/_dashboard.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def build(self):
131131
clientside_callback(
132132
ClientsideFunction(namespace="dashboard", function_name="update_dashboard_theme"),
133133
# This currently doesn't do anything, but we need to define an Output such that the callback is triggered.
134-
Output("dashboard-container", "className"), # TODO: this too
134+
Output("dashboard-container", "className"),
135135
Input("theme-selector", "value"),
136136
)
137137
left_side_div_present = any([len(self.pages) > 1, self.pages[0].controls])

0 commit comments

Comments
 (0)