Skip to content

Commit a360841

Browse files
authored
Update plugins/ui/docs/components/dashboard.md
1 parent e7ea17c commit a360841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/ui/docs/components/dashboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ from deephaven import ui
173173
dash_stack_active = ui.dashboard(
174174
ui.stack(
175175
ui.panel("A", title="A"),
176-
ui.panel("B", title="B"),
176+
ui.panel("B", title="B"), # shown as active item
177177
ui.panel("C", title="C"),
178178
active_item_index=1,
179179
)

0 commit comments

Comments
 (0)