0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-12 18:18:24 -05:00

🐛 Solve error in notification of library changes

(See main.data.workspace.notifications/schema:handle-file-change)
This commit is contained in:
Andrés Moya 2023-06-12 12:31:55 +02:00
parent ebd172ab05
commit a559e7310a

View file

@ -216,8 +216,9 @@
[:type [:= :del-typography]]
[:id ::sm/uuid]]]]])
(sm/def! ::changes
[:sequential {:gen/max 2} ::change])
(def change?
(sm/pred-fn ::change))