diff --git a/frontend/src/app/main/ui/components/forms.cljs b/frontend/src/app/main/ui/components/forms.cljs index 1df0408bb..915f5faa2 100644 --- a/frontend/src/app/main/ui/components/forms.cljs +++ b/frontend/src/app/main/ui/components/forms.cljs @@ -23,7 +23,7 @@ (mf/defc input [{:keys [label help-icon disabled form hint trim] :as props}] - (let [input-type (get props :type) + (let [input-type (get props :type "text") input-name (get props :name) more-classes (get props :class)