Skip to content

Commit

Permalink
w
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoMario109 committed Jul 24, 2024
1 parent 1d16eef commit c6884f8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,8 @@ export default Vue.extend({
extension() {
this.selected_version = this.getLatestTag()
},
selected_version(value: string) {
if (value === null) {
is_using_custom_tag(value: string) {
if (value) {
return
}
},
Expand Down

0 comments on commit c6884f8

Please sign in to comment.