mirror of
https://github.com/penpot/penpot.git
synced 2026-09-18 01:17:47 -04:00
Fix creating a token issue on empty document
This commit is contained in:
1 parent
bd5a0d2d1b
commit
b2a983fd05
1 file changed
+1
-1
@@ -232,7 +232,7 @@
|
||||
|
||||
(def workspace-tokens
|
||||
(l/derived (fn [data]
|
||||
(get data :tokens []))
|
||||
(get data :tokens {}))
|
||||
workspace-data
|
||||
=))
|
||||
|
||||
|
||||
Reference in new issue
Block a user