diff --git a/frontend/src/app/main/data/dashboard.cljs b/frontend/src/app/main/data/dashboard.cljs index 4e3c3e377..8d07a6cd8 100644 --- a/frontend/src/app/main/data/dashboard.cljs +++ b/frontend/src/app/main/data/dashboard.cljs @@ -881,7 +881,7 @@ (defn move-files [{:keys [ids project-id] :as params}] - (dm/assert! ::sm/set-of-uuid ids) + (dm/assert! (sm/set-of-uuid? ids)) (dm/assert! (uuid? project-id)) (ptk/reify ::move-files IDeref