mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 14:12:36 -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
|
(def workspace-tokens
|
||||||
(l/derived (fn [data]
|
(l/derived (fn [data]
|
||||||
(get data :tokens []))
|
(get data :tokens {}))
|
||||||
workspace-data
|
workspace-data
|
||||||
=))
|
=))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue