From 1f957262ee5ea3b7ac47bf59089847f43356aec0 Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Sun, 26 Jan 2020 18:09:40 +0100 Subject: [PATCH] =?UTF-8?q?:bug:=20enl=C3=A8ve=20la=20persistence=20des=20?= =?UTF-8?q?donn=C3=A9es=20de=20simulation=20pour=20=C3=A9viter=20les=20err?= =?UTF-8?q?eurs=20li=C3=A9es=20=C3=A0=20la=20restauration=20d'un=20=C3=A9t?= =?UTF-8?q?at=20p=C3=A9rim=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/sites/mon-entreprise.fr/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/sites/mon-entreprise.fr/App.tsx b/source/sites/mon-entreprise.fr/App.tsx index b87f73082..ca4aa62bb 100644 --- a/source/sites/mon-entreprise.fr/App.tsx +++ b/source/sites/mon-entreprise.fr/App.tsx @@ -70,7 +70,7 @@ function InFranceRoute({ basename, language }) { sitePaths={paths} reduxMiddlewares={middlewares} onStoreCreated={store => { - persistEverything({ except: ['rules'] })(store) + persistEverything({ except: ['rules', 'simulation'] })(store) persistSimulation(store) }} initialStore={{