From c0abfcfc5201aa8e67710722e06b0502b27007b2 Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Thu, 31 Mar 2022 11:18:42 +0200 Subject: [PATCH] =?UTF-8?q?Augmente=20la=20version=20de=20la=20sauvegarde?= =?UTF-8?q?=20de=20l'=C3=A9tat=20de=20l'entreprise?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pour réparer les bugs liées à un mauvais état sauvegardé --- 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 f78020dc1..8e142582e 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 = 1 +const VERSION = 2 const LOCAL_STORAGE_KEY = `mon-entreprise::companySituation::v${VERSION}`