mirror of https://github.com/apache/cloudstack.git
ui: fix incorrect auto-select (#5693)
This commit is contained in:
parent
4568a68d83
commit
0684aff529
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue