From 69db44fdad3d5934a84d40814d423af3bb264ebb Mon Sep 17 00:00:00 2001 From: Jalil Arfaoui Date: Fri, 27 Sep 2019 17:16:03 +0200 Subject: [PATCH] feat(notification): suggest go back instead of refresh when error --- src/app/content/App/Error/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/content/App/Error/index.tsx b/src/app/content/App/Error/index.tsx index d0f8a9f52..e32fd94fa 100644 --- a/src/app/content/App/Error/index.tsx +++ b/src/app/content/App/Error/index.tsx @@ -1,4 +1,5 @@ import React from 'react'; +import { history } from '../../store'; import Container from './Container'; import ContentTitle from './ContentTitle'; import Content from './Content'; @@ -10,9 +11,8 @@ export default () => ( Oops ! - Quelque chose s’est mal passé. Veuillez actualiser le plugin ou réessayer - plus tard. + Quelque chose s’est mal passé. Veuillez réessayer plus tard. - Actualiser + Retour );