mirror of
https://github.com/penpot/penpot.git
synced 2025-03-20 03:31:24 -05:00
🐛 Rename spread-obj to spread
This commit is contained in:
parent
c5f24331a3
commit
b6134e1afe
1 changed files with 1 additions and 1 deletions
|
@ -472,7 +472,7 @@
|
|||
type (if (= type "multiple") :simple :multiple)]
|
||||
(on-type-change type))))
|
||||
|
||||
props (mf/spread-obj props {:on-change on-change})]
|
||||
props (mf/spread props {:on-change on-change})]
|
||||
|
||||
(mf/with-effect []
|
||||
;; on destroy component
|
||||
|
|
Loading…
Add table
Reference in a new issue