feat: auto-focus expense account in expense form.

This commit is contained in:
a.bouhuolia
2021-01-27 18:37:57 +02:00
parent 3f22872992
commit 62ea979014
3 changed files with 8 additions and 2 deletions

View File

@@ -234,6 +234,7 @@ function ExpenseTable({
errors: error,
updateData: handleUpdateData,
removeRow: handleRemoveRow,
autoFocus: ['expense_account_id', 0],
}}
actions={
<>