Commit 265e301c authored by Winnie Hellmann's avatar Winnie Hellmann

Remove EE-specific parts from non-EE BoardSidebar component

parent 08699259
......@@ -2,7 +2,6 @@
import $ from 'jquery';
import Vue from 'vue';
import Weight from 'ee/sidebar/components/weight/weight.vue';
import Flash from '../../flash';
import { sprintf, __ } from '../../locale';
import Sidebar from '../../right_sidebar';
......@@ -23,7 +22,6 @@ export default Vue.extend({
Assignees,
RemoveBtn,
Subscriptions,
Weight,
},
props: {
currentUser: {
......
import BoardSidebar from '~/boards/components/board_sidebar';
import Weight from 'ee/sidebar/components/weight/weight.vue';
import RemoveBtn from './sidebar/remove_issue';
export default BoardSidebar.extend({
components: {
RemoveBtn,
Weight,
},
});
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