mirror of
https://github.com/penpot/penpot.git
synced 2025-05-17 23:06:10 +02: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…
Add table
Add a link
Reference in a new issue