1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

refactor: disabled autofocus for scheduler timing modal

This commit is contained in:
2022-07-11 11:35:30 +02:00
parent f312cf5f85
commit 0891e7be8c
2 changed files with 16 additions and 5 deletions

View File

@ -2,6 +2,7 @@
<ConfirmModal
:confirm-text="t('word.confirm')"
size="400"
:disable-autofocus="true"
@confirm="confirmOptionsChange"
@hide="$emit('hide')"
>