Skip to content

Commit 3313cc5

Browse files
authored
ui: fix loading for hypervisor filter in serachview (#10292)
Signed-off-by: Abhishek Kumar <[email protected]>
1 parent 6f03f9e commit 3313cc5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ui/src/components/view/SearchView.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,9 @@ export default {
581581
if (accountIndex > -1) {
582582
this.fields[accountIndex].loading = false
583583
}
584+
if (hypervisorIndex > -1) {
585+
this.fields[hypervisorIndex].loading = false
586+
}
584587
if (imageStoreIndex > -1) {
585588
this.fields[imageStoreIndex].loading = false
586589
}

0 commit comments

Comments
 (0)