make :label optional

master
Josha von Gizycki 6 years ago
parent fce6d29bdf
commit 49fd3631fa

@ -22,8 +22,8 @@
))
(spec/def ::to-form ::from-req)
(spec/def ::field
(spec/keys :req-un [::label]
:opt-un [::options
(spec/keys :opt-un [::label
::options
::widget
::from-req
::to-form

Loading…
Cancel
Save