Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-10-31 00:30:31 +0300
committerClement Ho <ClemMakesApps@gmail.com>2018-10-31 00:30:31 +0300
commit0179a562e6b523544056b07ef4efb6835598dcb8 (patch)
treea1973127e39e97dc504e7d4a921ca3cdf098adda /app/assets/javascripts/commons
parent571e651b21c7a618b8686a4b3f8a8c09c87a37f5 (diff)
Remove gitlab-ui's pagination from global
Diffstat (limited to 'app/assets/javascripts/commons')
-rw-r--r--app/assets/javascripts/commons/gitlab_ui.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/assets/javascripts/commons/gitlab_ui.js b/app/assets/javascripts/commons/gitlab_ui.js
index f60665577fe..091117c6346 100644
--- a/app/assets/javascripts/commons/gitlab_ui.js
+++ b/app/assets/javascripts/commons/gitlab_ui.js
@@ -1,6 +1,5 @@
import Vue from 'vue';
import {
- GlPagination,
GlProgressBar,
GlModal,
GlLoadingIcon,
@@ -8,7 +7,6 @@ import {
GlTooltipDirective,
} from '@gitlab-org/gitlab-ui';
-Vue.component('gl-pagination', GlPagination);
Vue.component('gl-progress-bar', GlProgressBar);
Vue.component('gl-ui-modal', GlModal);
Vue.component('gl-loading-icon', GlLoadingIcon);