Skip to content

Commit 6e7b9f2

Browse files
committed
fix
Signed-off-by: Abhishek Kumar <[email protected]>
1 parent d2cdcb4 commit 6e7b9f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/image/RegisterOrUploadTemplate.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ export default {
685685
})
686686
},
687687
fetchCustomHypervisorName () {
688-
if (!this.isAdminRole) {
688+
if (!('listConfigurations' in store.getters.apis)) {
689689
return
690690
}
691691
const params = {

0 commit comments

Comments
 (0)