Commit 05acc4f0 authored by Fatih Acet's avatar Fatih Acet

Merge branch 'fix-incorrect-new-branch-name-from-issue' into 'master'

Fix incorrect new branch name from issue

Closes #20577

See merge request gitlab-org/gitlab!20677
parents 05e809f3 36d36998
...@@ -311,6 +311,7 @@ export default class CreateMergeRequestDropdown { ...@@ -311,6 +311,7 @@ export default class CreateMergeRequestDropdown {
} }
onChangeInput(event) { onChangeInput(event) {
this.disable();
let target; let target;
let value; let value;
......
---
title: Fix incorrect new branch name from issue
merge_request: 20677
author: Lee Tickett
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment