mirror of
https://github.com/penpot/penpot.git
synced 2025-04-10 14:01:29 -05:00
Fix name
This commit is contained in:
parent
1135b7e2db
commit
188e7d220a
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@
|
|||
(defn update-create-token
|
||||
[token]
|
||||
(let [token (update token :id #(or % (uuid/next)))]
|
||||
(ptk/reify ::add-token
|
||||
(ptk/reify ::update-create-token
|
||||
ptk/WatchEvent
|
||||
(watch [it state _]
|
||||
(let [prev-token (get-token-data-from-token-id (:id token))
|
||||
|
|
Loading…
Add table
Reference in a new issue