File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ def update_nav_panel(
130130 id
131131 The `id` of the relevant navigation container (i.e., `navset_*()` object).
132132 target
133- The `value` of an existing :func:`shiny.ui.nav ` item to show.
133+ The `value` of an existing :func:`shiny.ui.nav_panel ` item to show.
134134 method
135135 The action to perform on the nav_panel (`"show"` or `"hide"`).
136136 session
@@ -139,7 +139,7 @@ def update_nav_panel(
139139
140140 Note
141141 ----
142- On reveal, the `nav_panel` will not be the active tab. To change the active tab, use `~ update_navs()`
142+ On reveal, the `nav_panel` will not be the active tab. To change the active tab, use :func:`~shiny.ui. update_navs()`
143143 For example:
144144 ```
145145 @reactive.effect
You can’t perform that action at this time.
0 commit comments