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."

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