Skip to content

Commit 8464e92

Browse files
zeripathYohann Delafollye
authored andcommitted
Fix Create new branch (go-gitea#11294)
Fix go-gitea#11212 Signed-off-by: Andrew Thornton <[email protected]>
1 parent 1e845e8 commit 8464e92

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)