mirror of
https://github.com/penpot/penpot.git
synced 2026-05-12 19:43:48 +00:00
🐛 Fix incorrect assertion on dashboard ns
This commit is contained in:
parent
9cb5df31d1
commit
35969e9f26
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user