Skip to content

Commit 7db83db

Browse files
winterhazelvishesh92
authored andcommitted
Fix radio buttons in instance migration pop-up (apache#8836)
1 parent 6a8494b commit 7db83db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/compute/MigrateVMStorage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</a-alert>
2525
<a-radio-group
2626
v-if="migrateVmWithVolumeAllowed"
27-
:defaultValue="migrateMode"
27+
v-model:value="migrateMode"
2828
@change="e => { handleMigrateModeChange(e.target.value) }">
2929
<a-radio class="radio-style" :value="1">
3030
{{ $t('label.migrate.instance.single.storage') }}

0 commit comments

Comments
 (0)