summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/boards/components/modal
diff options
context:
space:
mode:
authorJose Vargas <jvargas@gitlab.com>2018-09-26 13:51:43 -0500
committerJose Vargas <jvargas@gitlab.com>2018-09-26 13:51:43 -0500
commit4bf8584845368c14ec8f2dd2fdfb3682821f1308 (patch)
tree2afbbd4cdbde34965db191cc053bbd4d4ffdb317 /app/assets/javascripts/boards/components/modal
parent4586d77c85647063675108b0dcdcfebed0c890ca (diff)
downloadgitlab-ce-4bf8584845368c14ec8f2dd2fdfb3682821f1308.tar.gz
Bump GitLab UI version and change the file imports to a single point of entry notationjivl-bump-gitlab-ui
Diffstat (limited to 'app/assets/javascripts/boards/components/modal')
-rw-r--r--app/assets/javascripts/boards/components/modal/lists_dropdown.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/boards/components/modal/lists_dropdown.vue b/app/assets/javascripts/boards/components/modal/lists_dropdown.vue
index 24f26169799..4f23e5db35c 100644
--- a/app/assets/javascripts/boards/components/modal/lists_dropdown.vue
+++ b/app/assets/javascripts/boards/components/modal/lists_dropdown.vue
@@ -1,5 +1,5 @@
<script>
-import Link from '@gitlab-org/gitlab-ui/dist/components/base/link';
+import { Link } from '@gitlab-org/gitlab-ui';
import ModalStore from '../../stores/modal_store';
export default {