diff --git a/src/uxbox/data/shapes.cljs b/src/uxbox/data/shapes.cljs index c7de4ab5e0..e36cf30023 100644 --- a/src/uxbox/data/shapes.cljs +++ b/src/uxbox/data/shapes.cljs @@ -43,6 +43,7 @@ "Just updates in place the shape." [{:keys [id] :as shape}] (reify + udp/IPageUpdate rs/UpdateEvent (-apply-update [_ state] (update-in state [:shapes-by-id id] merge shape))))