mirror of
https://github.com/penpot/penpot.git
synced 2026-05-06 00:28:43 +00:00
🐛 Fix broken styles on team invitation modal.
https://tree.taiga.io/project/penpot/issue/1404
This commit is contained in:
parent
ed3d571793
commit
b0336e1f7b
@ -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)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user