Skip to content

Commit 5a89e2c

Browse files
committed
Minor correction
1 parent c29710b commit 5a89e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shiny/api-examples/insert_nav_panel/app-express.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
with ui.sidebar():
55
ui.input_action_button("add", "Add 'Dynamic' tab")
6-
ui.input_action_button("update_foo", "Add/Remove 'Foo' tab"),
6+
ui.input_action_button("update_foo", "Add/Remove 'Foo' tab")
77

88

99
with ui.navset_tab(id="tabs"):

0 commit comments

Comments
 (0)