Skip to content

Commit

Permalink
Vizro change to be reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
maxschulz-COL committed Oct 16, 2024
1 parent 00f381f commit d016b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vizro-core/src/vizro/models/_dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def build(self):
return html.Div(
id="dashboard-container",
children=[
html.Div(id="vizro_version", children=vizro.__version__, hidden=True),
# html.Div(id="vizro_version", children=vizro.__version__, hidden=True),
dcc.Store(
id="vizro_themes",
data={
Expand Down

0 comments on commit d016b04

Please sign in to comment.