diff --git a/frontend/src/app/main/refs.cljs b/frontend/src/app/main/refs.cljs index 76d02544cc..3577842a07 100644 --- a/frontend/src/app/main/refs.cljs +++ b/frontend/src/app/main/refs.cljs @@ -305,7 +305,7 @@ (l/derived #(dsh/lookup-shape % page-id shape-id) st/state =)) (def workspace-page-objects - (l/derived dsh/lookup-page-objects st/state)) + (l/derived dsh/lookup-page-objects st/state identical?)) (def workspace-read-only? (l/derived :read-only? workspace-global))