diff options
Diffstat (limited to 'server/sonar-web/src/main/js/helpers/error.ts')
-rw-r--r-- | server/sonar-web/src/main/js/helpers/error.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/helpers/error.ts b/server/sonar-web/src/main/js/helpers/error.ts index 70ffdcc1795..7356741dea7 100644 --- a/server/sonar-web/src/main/js/helpers/error.ts +++ b/server/sonar-web/src/main/js/helpers/error.ts @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -import { addGlobalErrorMessage } from '../app/utils/globalMessagesService'; +import { addGlobalErrorMessage } from './globalMessages'; import { parseError } from './request'; export function throwGlobalError(param: Response | any): Promise<Response | any> { |