Skip to content

Commit 680dfab

Browse files
authored
Fix Create new branch (#11294)
Fix #11212 Signed-off-by: Andrew Thornton <[email protected]>
1 parent 99082ee commit 680dfab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3085,7 +3085,7 @@ function initFilterBranchTagDropdown(selector) {
30853085
if (!this.showCreateNewBranch) {
30863086
return;
30873087
}
3088-
this.$refs.newBranchForm.trigger('submit');
3088+
$(this.$refs.newBranchForm).trigger('submit');
30893089
},
30903090
focusSearchField() {
30913091
const vm = this;

0 commit comments

Comments
 (0)