0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-06 14:50:20 -05:00

Merge pull request #203 from tokens-studio/fix-new-document-token

Fix creating a token issue on empty document
This commit is contained in:
Florian Schrödl 2024-06-27 16:31:14 +02:00 committed by GitHub
commit 3a594d2393
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -232,7 +232,7 @@
(def workspace-tokens
(l/derived (fn [data]
(get data :tokens []))
(get data :tokens {}))
workspace-data
=))