Commit 7b315ed6 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'winh-boards-switcher-mounting' into 'master'

Extract mounting of multiple boards switcher

See merge request gitlab-org/gitlab-ce!30286
parents 3c718f08 2e630a18
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();
};
// this will be moved from EE to CE as part of https://gitlab.com/gitlab-org/gitlab-ce/issues/53811
export default () => {};
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