diff options
author | Clement Ho <clemmakesapps@gmail.com> | 2018-11-02 08:34:02 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-11-02 08:34:02 +0000 |
commit | fe61d36cfa7f2fb57beb667ea83537cfc671f1a1 (patch) | |
tree | 77d5c1807991e01b229e3b61c1de7dc8818e77df /app/assets/javascripts/commons | |
parent | f4023a69cb5e78fca595a2151a2272fbdfd5917a (diff) | |
download | gitlab-ce-fe61d36cfa7f2fb57beb667ea83537cfc671f1a1.tar.gz |
Remove gitlab-ui's progress bar from global
Diffstat (limited to 'app/assets/javascripts/commons')
-rw-r--r-- | app/assets/javascripts/commons/gitlab_ui.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/assets/javascripts/commons/gitlab_ui.js b/app/assets/javascripts/commons/gitlab_ui.js index e93e1f5ea2c..82a191d056b 100644 --- a/app/assets/javascripts/commons/gitlab_ui.js +++ b/app/assets/javascripts/commons/gitlab_ui.js @@ -1,7 +1,6 @@ import Vue from 'vue'; -import { GlProgressBar, GlLoadingIcon, GlTooltipDirective } from '@gitlab-org/gitlab-ui'; +import { GlLoadingIcon, GlTooltipDirective } from '@gitlab-org/gitlab-ui'; -Vue.component('gl-progress-bar', GlProgressBar); Vue.component('gl-loading-icon', GlLoadingIcon); Vue.directive('gl-tooltip', GlTooltipDirective); |