more migrating onto v2
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
(let [prop-value (if (seq prop-value)
|
||||
prop-value
|
||||
[])]
|
||||
(println "PROP VALUE IS")
|
||||
[form-builder/virtual-builder {:value prop-value
|
||||
:schema schema
|
||||
:on-change on-change}
|
||||
@@ -69,7 +68,7 @@
|
||||
|
||||
|
||||
(defn multi-field-v2 []
|
||||
(into
|
||||
(into
|
||||
[:f> multi-field-v2-internal
|
||||
(reagent/props (reagent/current-component))]
|
||||
(reagent/children (reagent/current-component))))
|
||||
|
||||
Reference in New Issue
Block a user