mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 17:00:36 -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]
|
(defrecord CleanForm [type]
|
||||||
rs/UpdateEvent
|
rs/UpdateEvent
|
||||||
(-apply-update [_ state]
|
(-apply-update [_ state]
|
||||||
(assoc-in state [:form type] nil)))
|
(assoc-in state [:forms type] nil)))
|
||||||
|
|
||||||
(defn clean-form
|
(defn clean-form
|
||||||
[type]
|
[type]
|
||||||
|
|
Loading…
Reference in a new issue