mirror of
https://github.com/penpot/penpot.git
synced 2025-01-06 14:50:20 -05:00
Fix creating a token issue on empty document
This commit is contained in:
parent
bd5a0d2d1b
commit
b2a983fd05
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@
|
|||
|
||||
(def workspace-tokens
|
||||
(l/derived (fn [data]
|
||||
(get data :tokens []))
|
||||
(get data :tokens {}))
|
||||
workspace-data
|
||||
=))
|
||||
|
||||
|
|
Loading…
Reference in a new issue