mirror of
https://github.com/penpot/penpot.git
synced 2025-06-04 14:41:38 +02:00
🐛 Fix incorrect assertion on dashboard ns
This commit is contained in:
parent
9cb5df31d1
commit
35969e9f26
1 changed files with 1 additions and 1 deletions
|
@ -881,7 +881,7 @@
|
||||||
|
|
||||||
(defn move-files
|
(defn move-files
|
||||||
[{:keys [ids project-id] :as params}]
|
[{: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))
|
(dm/assert! (uuid? project-id))
|
||||||
(ptk/reify ::move-files
|
(ptk/reify ::move-files
|
||||||
IDeref
|
IDeref
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue