Extract mounting of multiple boards switcher
This commit is contained in:
parent
3c718f0818
commit
2e630a18a3
2 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
import $ from 'jquery';
|
||||
import Vue from 'vue';
|
||||
|
||||
import mountMultipleBoardsSwitcher from 'ee_else_ce/boards/mount_multiple_boards_switcher';
|
||||
import Flash from '~/flash';
|
||||
import { __ } from '~/locale';
|
||||
import './models/label';
|
||||
|
@ -278,4 +279,6 @@ export default () => {
|
|||
`,
|
||||
});
|
||||
}
|
||||
|
||||
mountMultipleBoardsSwitcher();
|
||||
};
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
// this will be moved from EE to CE as part of https://gitlab.com/gitlab-org/gitlab-ce/issues/53811
|
||||
export default () => {};
|
Loading…
Reference in a new issue