0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-11 23:31:21 -05:00

🐛 Fix broken styles on team invitation modal.

https://tree.taiga.io/project/penpot/issue/1404
This commit is contained in:
Andrey Antukh 2021-03-09 21:55:54 +01:00 committed by Andrés Moya
parent ed3d571793
commit b0336e1f7b

View file

@ -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)