diff --git a/common/src/app/common/files/changes.cljc b/common/src/app/common/files/changes.cljc index f850e8f67..4f8bee8c3 100644 --- a/common/src/app/common/files/changes.cljc +++ b/common/src/app/common/files/changes.cljc @@ -751,7 +751,7 @@ (update-fn data) :page - (d/update-in-when data [:pages-index object-id :options] update-fn) + (d/update-in-when data [:pages-index object-id] update-fn) :shape (d/update-in-when data [:pages-index page-id :objects object-id] update-fn)