Skip to content

Commit d326104

Browse files
committed
addressed comments
removed invoking of listOsCategories when listing volumes or snapshots
1 parent b89d2a7 commit d326104

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
@@ -3033,7 +3033,7 @@ export default {
30333033
}
30343034
},
30353035
updateImages () {
3036-
if (this.isModernImageSelection) {
3036+
if (this.isModernImageSelection && this.imageType !== 'snapshotid' && this.imageType !== 'volumeid') {
30373037
this.fetchGuestOsCategories()
30383038
return
30393039
}

0 commit comments

Comments
 (0)