🐛 Fix confirm group name with enter doesn't work in assets modal

This commit is contained in:
Pablo Alba 2023-01-04 14:18:26 +01:00 committed by Alejandro Alonso
parent 333acacbbf
commit 53a8718e8d
2 changed files with 2 additions and 1 deletions

View file

@ -157,7 +157,7 @@
{:on-click on-close} i/close]]
[:div.modal-content.generic-form
[:& fm/form {:form form}
[:& fm/form {:form form :on-submit on-accept}
[:& fm/input {:name :asset-name
:auto-focus? true
:label (tr "workspace.assets.group-name")