diff --git a/frontend/src/app/main/ui/workspace/tokens/changes.cljs b/frontend/src/app/main/ui/workspace/tokens/changes.cljs index c9035c9105..ff107cf631 100644 --- a/frontend/src/app/main/ui/workspace/tokens/changes.cljs +++ b/frontend/src/app/main/ui/workspace/tokens/changes.cljs @@ -278,8 +278,9 @@ :layout-item-max-w value :layout-item-max-h value} (select-keys attributes))] - (dwsl/update-layout-child shape-ids props {:ignore-touched true - :page-id page-id})))))) + (rx/of + (dwsl/update-layout-child shape-ids props {:ignore-touched true + :page-id page-id}))))))) ;; Token Types -----------------------------------------------------------------