diff --git a/frontend/src/app/main/ui/workspace/sidebar/assets/common.cljs b/frontend/src/app/main/ui/workspace/sidebar/assets/common.cljs index 5fd0ab404..9b20a62b3 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/assets/common.cljs +++ b/frontend/src/app/main/ui/workspace/sidebar/assets/common.cljs @@ -399,7 +399,7 @@ #(st/emit! (dw/set-annotations-id-for-create id)) do-show-local-component - #(st/emit! (dwl/go-to-local-component component-id)) + #(st/emit! (dwl/go-to-local-component :id component-id)) ;; When the show-remote is after a restore, the component may still be deleted do-show-remote-component