Commit 1e5b8087 authored by Phil Hughes's avatar Phil Hughes

Merge branch '10009-boards-index' into 'master'

Removes EE differences for modal issues board

See merge request gitlab-org/gitlab-ce!30836
parents 4851d4e1 0aea28c0
<script>
import footerEEMixin from 'ee_else_ce/boards/mixins/modal_footer';
import Flash from '../../../flash';
import { __, n__ } from '../../../locale';
import ListsDropdown from './lists_dropdown.vue';
......@@ -10,7 +11,7 @@ export default {
components: {
ListsDropdown,
},
mixins: [modalMixin],
mixins: [modalMixin, footerEEMixin],
data() {
return {
modal: ModalStore.store,
......
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