From 64bb322de5877bee462036e08f2b5ceafb9b7e12 Mon Sep 17 00:00:00 2001 From: Pablo Alba Date: Mon, 6 Nov 2023 19:55:06 +0100 Subject: [PATCH] :bug: Fix go to main component in another file --- frontend/src/app/main/ui/workspace/sidebar/assets/common.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c8b7ed2880..eca40fbcb4 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/assets/common.cljs +++ b/frontend/src/app/main/ui/workspace/sidebar/assets/common.cljs @@ -395,7 +395,7 @@ #(st/emit! (dw/set-annotations-id-for-create id)) do-navigate-component-file - #(st/emit! (dwl/nav-to-component-file library-id)) + #(st/emit! (dw/go-to-main-instance library-id component-id)) do-show-component #(if local-component?