diff --git a/common/src/app/common/types/pages_list.cljc b/common/src/app/common/types/pages_list.cljc index 1a1dbb566..a5bbda63e 100644 --- a/common/src/app/common/types/pages_list.cljc +++ b/common/src/app/common/types/pages_list.cljc @@ -34,7 +34,7 @@ (defn pages-seq [fdata] - (vals (:pages-index fdata))) + (-> fdata :pages-index vals seq)) (defn update-page [file-data page-id f]