Commit 2c3065c1 authored by Filipa Lacerda's avatar Filipa Lacerda

Fix broken import

parent 0bfc01dd
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
*/ */
import $ from 'jquery'; import $ from 'jquery';
import { _ } from '~/locale'; import { __ } from '../../locale';
import Flash from '../../flash'; import Flash from '../../flash';
import axios from '../../lib/utils/axios_utils'; import axios from '../../lib/utils/axios_utils';
import eventHub from '../event_hub'; import eventHub from '../event_hub';
...@@ -103,7 +103,7 @@ export default { ...@@ -103,7 +103,7 @@ export default {
this.closeDropdown(); this.closeDropdown();
this.isLoading = false; this.isLoading = false;
Flash(_('Something went wrong on our end.')); Flash(__('Something went wrong on our end.'));
}); });
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment