Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaqin Li committed Sep 6, 2024
1 parent 8e37782 commit 8328cc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ Vue.component("hosttype-select", {
formStyle: this.small ? '' : 'form-group',
groupStyle: this.showhelp ? 'input-group' : '',
selectClass: this.selectsearch ? 'form-control single-select-search' : 'form-control',
isVisible: this.disablebackupinstancetypes !== true
isVisible: !this.disablebackupinstancetypes
}
},
methods: {
Expand Down

0 comments on commit 8328cc7

Please sign in to comment.