Skip to content

Commit

Permalink
adding persistence to tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
nadijagraca committed Nov 20, 2023
1 parent 72a4957 commit 6f14844
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vizro-core/src/vizro/models/_components/tabs.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ def build(self):
dmc.TabsPanel(html.Div(children=[subpage.build()], className="tabs_panel"), value=subpage.id)
for subpage in self.subpages
],
persistence=True,
)

0 comments on commit 6f14844

Please sign in to comment.