Skip to content

Commit 14eeb71

Browse files
authored
Merge branch 'main' into remove-showhide-assertion
2 parents 4d1ad21 + eadda68 commit 14eeb71

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

web_src/js/features/repo-issue.js

-2
Original file line numberDiff line numberDiff line change
@@ -645,8 +645,6 @@ export function initRepoIssueTitleEdit() {
645645
$.post(update_url, {
646646
_csrf: csrfToken,
647647
target_branch: targetBranch
648-
}).done((data) => {
649-
$branchTarget.text(data.base_branch);
650648
}).always(() => {
651649
window.location.reload();
652650
});

0 commit comments

Comments
 (0)