From f213992c0947ebf218cc0162f9c85f0a130c0b30 Mon Sep 17 00:00:00 2001 From: Pablo Alba Date: Wed, 13 Dec 2023 13:01:42 +0100 Subject: [PATCH] :bug: Show component name in copies component panel for deleted ones --- .../app/main/ui/workspace/sidebar/options/menus/component.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/main/ui/workspace/sidebar/options/menus/component.cljs b/frontend/src/app/main/ui/workspace/sidebar/options/menus/component.cljs index 880ac18e8..c000ac90c 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/options/menus/component.cljs +++ b/frontend/src/app/main/ui/workspace/sidebar/options/menus/component.cljs @@ -428,7 +428,7 @@ shape (first shapes) id (:id shape) shape-name (:name shape) - component (ctf/resolve-component shape {:id current-file-id :data workspace-data} workspace-libraries) + component (ctf/resolve-component shape {:id current-file-id :data workspace-data} workspace-libraries {:include-deleted? true}) main-instance? (if components-v2 (ctk/main-instance? shape) true) toggle-content