diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-02-14 18:09:20 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-02-14 18:09:20 +0000 |
commit | 835f1214dcc4e08e3076f269b7b2aa854ea4257a (patch) | |
tree | 07366d250301a8b2a8d7f24d220f4db21b5f6f59 /app/assets/javascripts/issuable_bulk_update_actions.js | |
parent | 8309ef26ed9ae22e3115a0203dfff302812c154a (diff) | |
download | gitlab-ce-835f1214dcc4e08e3076f269b7b2aa854ea4257a.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/issuable_bulk_update_actions.js')
-rw-r--r-- | app/assets/javascripts/issuable_bulk_update_actions.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/issuable_bulk_update_actions.js b/app/assets/javascripts/issuable_bulk_update_actions.js index b9e8c015d19..f507f072253 100644 --- a/app/assets/javascripts/issuable_bulk_update_actions.js +++ b/app/assets/javascripts/issuable_bulk_update_actions.js @@ -1,7 +1,7 @@ import $ from 'jquery'; import { difference, intersection, union } from 'lodash'; -import axios from './lib/utils/axios_utils'; import { deprecatedCreateFlash as Flash } from './flash'; +import axios from './lib/utils/axios_utils'; import { __ } from './locale'; export default { |