Skip to content

Commit 0684aff

Browse files
author
Hoang Nguyen
authored
ui: fix incorrect auto-select (#5693)
1 parent 4568a68 commit 0684aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/compute/InstanceTab.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
<div class="modal-form">
160160
<p class="modal-form__label">{{ $t('label.network') }}:</p>
161161
<a-select
162-
:defaultValue="addNetworkData.network"
162+
:value="addNetworkData.network"
163163
@change="e => addNetworkData.network = e"
164164
autoFocus
165165
showSearch

0 commit comments

Comments
 (0)