diff --git a/frontend/src/app/main/ui/ds/tab_switcher.cljs b/frontend/src/app/main/ui/ds/tab_switcher.cljs index 74ebec794..c6efa727a 100644 --- a/frontend/src/app/main/ui/ds/tab_switcher.cljs +++ b/frontend/src/app/main/ui/ds/tab_switcher.cljs @@ -111,6 +111,7 @@ [:action-button-position {:optional true} [:enum "start" "end"]] [:default-selected {:optional true} :string] + [:selected {:optional true} :string] [:tabs [:vector {:min 1} schema:tab]]]) (mf/defc tab-switcher*