ui: fix incorrect auto-select (#5693)

This commit is contained in:
Hoang Nguyen 2021-11-18 15:12:24 +07:00 committed by GitHub
parent 4568a68d83
commit 0684aff529
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@
<div class="modal-form">
<p class="modal-form__label">{{ $t('label.network') }}:</p>
<a-select
:defaultValue="addNetworkData.network"
:value="addNetworkData.network"
@change="e => addNetworkData.network = e"
autoFocus
showSearch