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:
commit
3a594d2393
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