mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 08:50:57 -05:00
Fix form-clean event.
This commit is contained in:
parent
0c9b525fc3
commit
fb898e6fda
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
|||
(defrecord CleanForm [type]
|
||||
rs/UpdateEvent
|
||||
(-apply-update [_ state]
|
||||
(assoc-in state [:form type] nil)))
|
||||
(assoc-in state [:forms type] nil)))
|
||||
|
||||
(defn clean-form
|
||||
[type]
|
||||
|
|
Loading…
Reference in a new issue