Change le localstorage pour éviter les crash suite à la mise à jour 2

pull/2283/head
Johan Girod 2022-09-15 15:35:08 +02:00
parent 5bf86470dc
commit fd56fd4c68
1 changed files with 1 additions and 1 deletions

View File

@ -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}`