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

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