From fd56fd4c68da09f226167a566949d7130435b837 Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Thu, 15 Sep 2022 15:35:08 +0200 Subject: [PATCH] =?UTF-8?q?Change=20le=20localstorage=20pour=20=C3=A9viter?= =?UTF-8?q?=20les=20crash=20suite=20=C3=A0=20la=20mise=20=C3=A0=20jour=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/source/storage/persistCompanySituation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/source/storage/persistCompanySituation.ts b/site/source/storage/persistCompanySituation.ts index 8e142582e..a5fe28ef8 100644 --- a/site/source/storage/persistCompanySituation.ts +++ b/site/source/storage/persistCompanySituation.ts @@ -5,7 +5,7 @@ import { Store } from 'redux' import { debounce } from '../utils' import * as safeLocalStorage from './safeLocalStorage' -const VERSION = 2 +const VERSION = 3 const LOCAL_STORAGE_KEY = `mon-entreprise::companySituation::v${VERSION}`