Skip to content

Commit 3e5a3cc

Browse files
committed
fix
1 parent a828539 commit 3e5a3cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/compute/DeployVM.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3439,7 +3439,7 @@ export default {
34393439
return
34403440
}
34413441
this.selectedBackupOffering = val
3442-
if (this.backupSchedules && this.backupSchedules.length > 0 && !['nas'].includes(val.provider)) {
3442+
if (this.backupSchedules && this.backupSchedules.length > 0 && !this.$isBackupProviderSupportsQuiesceVm(val.provider)) {
34433443
this.backupSchedules = this.backupSchedules.filter(item => !item.quiescevm)
34443444
}
34453445
},

0 commit comments

Comments
 (0)