mirror of
https://github.com/penpot/penpot.git
synced 2025-05-18 14:16:11 +02:00
🐛 Fix enter key on team modal
This commit is contained in:
parent
9898ad1991
commit
c0a2550485
2 changed files with 14 additions and 2 deletions
|
@ -87,7 +87,7 @@
|
|||
(swap! form assoc-in [:touched input-name] true)))
|
||||
|
||||
props (-> props
|
||||
(dissoc :help-icon :form :trim :children :show-success?)
|
||||
(dissoc :help-icon :form :trim :children :show-success? :auto-focus?)
|
||||
(assoc :id (name input-name)
|
||||
:value value
|
||||
:auto-focus auto-focus?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue