Merge branch '10009-boards-index' into 'master'
Removes EE differences for modal issues board See merge request gitlab-org/gitlab-ce!30836
This commit is contained in:
commit
1e5b8087b1
2 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
<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,
|
||||
|
|
1
app/assets/javascripts/boards/mixins/modal_footer.js
Normal file
1
app/assets/javascripts/boards/mixins/modal_footer.js
Normal file
|
@ -0,0 +1 @@
|
|||
export default {};
|
Loading…
Reference in a new issue