From b0336e1f7b96c8875bc5206774b1c24af092acb3 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 9 Mar 2021 21:55:54 +0100 Subject: [PATCH] :bug: Fix broken styles on team invitation modal. https://tree.taiga.io/project/penpot/issue/1404 --- frontend/src/app/main/ui/components/forms.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/main/ui/components/forms.cljs b/frontend/src/app/main/ui/components/forms.cljs index 1df0408bb6..915f5faa2b 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)