Skip to content

Commit

Permalink
Fix radio buttons in instance migration pop-up (apache#8836)
Browse files Browse the repository at this point in the history
  • Loading branch information
winterhazel authored and vishesh92 committed Jul 15, 2024
1 parent 6a8494b commit 7db83db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/views/compute/MigrateVMStorage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</a-alert>
<a-radio-group
v-if="migrateVmWithVolumeAllowed"
:defaultValue="migrateMode"
v-model:value="migrateMode"
@change="e => { handleMigrateModeChange(e.target.value) }">
<a-radio class="radio-style" :value="1">
{{ $t('label.migrate.instance.single.storage') }}
Expand Down

0 comments on commit 7db83db

Please sign in to comment.