|
|
@ -3085,7 +3085,7 @@ function initFilterBranchTagDropdown(selector) { |
|
|
|
if (!this.showCreateNewBranch) { |
|
|
|
if (!this.showCreateNewBranch) { |
|
|
|
return; |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
|
this.$refs.newBranchForm.trigger('submit'); |
|
|
|
$(this.$refs.newBranchForm).trigger('submit'); |
|
|
|
}, |
|
|
|
}, |
|
|
|
focusSearchField() { |
|
|
|
focusSearchField() { |
|
|
|
const vm = this; |
|
|
|
const vm = this; |
|
|
|