fix error on bulk link form submit

neo4j-4
Josha von Gizycki 5 years ago
parent 465ef3a75d
commit 39e677c2f9

@ -20,5 +20,6 @@
(for [{:keys [schema form]} forms]
[:fieldset
[:legend "Schema " [:strong (-> schema :name h)]]
(form/render-widgets form nil req)])
(rest
(form/render-widgets form nil req))])
(hform/submit-button "Link!"))]))

Loading…
Cancel
Save