mirror of https://github.com/penpot/penpot.git
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
|
|
@ -232,7 +232,7 @@
|
|||
|
||||
(def workspace-tokens
|
||||
(l/derived (fn [data]
|
||||
(get data :tokens []))
|
||||
(get data :tokens {}))
|
||||
workspace-data
|
||||
=))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue