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 ::to-form ::from-req)
(spec/def ::field (spec/def ::field
(spec/keys :req-un [::label] (spec/keys :opt-un [::label
:opt-un [::options ::options
::widget ::widget
::from-req ::from-req
::to-form ::to-form

Loading…
Cancel
Save