summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2019-07-04 14:08:49 +0000
committerPhil Hughes <me@iamphill.com>2019-07-04 14:08:49 +0000
commit7646c43776c21e171d339e847f435f60dd1168a4 (patch)
tree42b19f7985f93c764ced016de12df3b66b17a3b3
parent197399a15bde963c3e3df13d96146fab6896c614 (diff)
parent0a169cb80586c76517230e177af58fcdc012bca2 (diff)
downloadgitlab-ce-7646c43776c21e171d339e847f435f60dd1168a4.tar.gz
Merge branch 'winh-add-list-tabs-logic' into 'master'
Move new list dropdown logic to new list dropdown (CE-backport) See merge request gitlab-org/gitlab-ce!30355
-rw-r--r--app/assets/javascripts/boards/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/boards/index.js b/app/assets/javascripts/boards/index.js
index ae9537fcb86..ca359da60d4 100644
--- a/app/assets/javascripts/boards/index.js
+++ b/app/assets/javascripts/boards/index.js
@@ -21,7 +21,7 @@ import modalMixin from './mixins/modal_mixins';
import './filters/due_date_filters';
import Board from './components/board';
import BoardSidebar from './components/board_sidebar';
-import initNewListDropdown from './components/new_list_dropdown';
+import initNewListDropdown from 'ee_else_ce/boards/components/new_list_dropdown';
import BoardAddIssuesModal from './components/modal/index.vue';
import '~/vue_shared/vue_resource_interceptor';
import {