diff --git a/src/components/AccountsSelectList.js b/src/components/AccountsSelectList.js
index 9ed337284..354b80bb1 100644
--- a/src/components/AccountsSelectList.js
+++ b/src/components/AccountsSelectList.js
@@ -3,6 +3,7 @@ import { MenuItem, Button } from '@blueprintjs/core';
import { Select } from '@blueprintjs/select';
import * as R from 'ramda';
import classNames from 'classnames';
+import intl from 'react-intl-universal'
import { MenuItemNestedText, FormattedMessage as T } from 'components';
import { filterAccountsByQuery } from './utils';
@@ -16,7 +17,7 @@ const createNewItemRenderer = (query, active, handleClick) => {
return (
diff --git a/src/components/AccountsSuggestField.js b/src/components/AccountsSuggestField.js
index 55697a4fe..c28739947 100644
--- a/src/components/AccountsSuggestField.js
+++ b/src/components/AccountsSuggestField.js
@@ -18,7 +18,7 @@ const createNewItemRenderer = (query, active, handleClick) => {
return (
diff --git a/src/components/Contacts/utils.js b/src/components/Contacts/utils.js
index 59d0a4a8c..58b453981 100644
--- a/src/components/Contacts/utils.js
+++ b/src/components/Contacts/utils.js
@@ -1,4 +1,5 @@
import React from 'react';
+import intl from 'react-intl-universal';
import { MenuItem } from '@blueprintjs/core';
// Filter Contact List
@@ -34,7 +35,7 @@ export const createNewItemRenderer = (query, active, handleClick) => {
return (