🐛 Fix enter key on team modal

This commit is contained in:
alonso.torres 2024-01-12 15:13:55 +01:00
parent 9898ad1991
commit c0a2550485
2 changed files with 14 additions and 2 deletions

View file

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