Skip to content
Snippets Groups Projects

Resolve "When the branch name is a divider or separator, the project home page cannot display the branch name correctly."

9 files
+ 24
12
Compare changes
  • Side-by-side
  • Inline
Files
9
@@ -14,7 +14,10 @@ export default class TransferDropdown {
}
buildDropdown() {
const extraOptions = [{ id: '', text: __('No parent group') }, 'divider'];
const extraOptions = [
{ id: '', text: __('No parent group') },
'--|GitLab|--divider-item--|GitLab|--',
];
this.groupDropdown.glDropdown({
selectable: true,
Loading