We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a8494b commit 7db83dbCopy full SHA for 7db83db
ui/src/views/compute/MigrateVMStorage.vue
@@ -24,7 +24,7 @@
24
</a-alert>
25
<a-radio-group
26
v-if="migrateVmWithVolumeAllowed"
27
- :defaultValue="migrateMode"
+ v-model:value="migrateMode"
28
@change="e => { handleMigrateModeChange(e.target.value) }">
29
<a-radio class="radio-style" :value="1">
30
{{ $t('label.migrate.instance.single.storage') }}
0 commit comments