From 758e0458bccd5f37cb15e69acba62d1cd89ba2dc Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Tue, 24 Sep 2024 15:21:13 +0200 Subject: [PATCH] :bug: Fix problem when returning parent proxy --- frontend/src/app/plugins/shape.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/plugins/shape.cljs b/frontend/src/app/plugins/shape.cljs index 6babf9d9f..c480b6b0a 100644 --- a/frontend/src/app/plugins/shape.cljs +++ b/frontend/src/app/plugins/shape.cljs @@ -987,7 +987,7 @@ :get (fn [self] (let [shape (u/proxy->shape self) parent-id (:parent-id shape)] - (shape-proxy (obj/get self "$file") (obj/get self "$page") parent-id)))} + (shape-proxy plugin-id (obj/get self "$file") (obj/get self "$page") parent-id)))} {:name "parentX" :get (fn [self] (let [shape (u/proxy->shape self)