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)