UI fix: button next not working when adding more physical networks (#5734)

This commit is contained in:
Hoang Nguyen 2021-12-06 14:01:38 +07:00 committed by GitHub
parent 00c6ad2733
commit 19880687b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@
:closable="true"
:footer="null"
@cancel="() => { showError = false }"
v-ctrl-enter="showError = false"
v-ctrl-enter="() => { showError = false }"
centered
>
<span>{{ $t('message.required.traffic.type') }}</span>