Merge pull request #203 from tokens-studio/fix-new-document-token

Fix creating a token issue on empty document
This commit is contained in:
Florian Schrödl authored and GitHub committed 2024-06-27 16:31:14 +02:00
commit 3a594d2393
1 file changed
+1 -1
+1 -1
View File
@@ -232,7 +232,7 @@
(def workspace-tokens
(l/derived (fn [data]
(get data :tokens []))
(get data :tokens {}))
workspace-data
=))