ui: better naming for lstorage key

This commit is contained in:
nick-delirium 2025-01-28 10:59:14 +01:00
parent 2585107bd7
commit 260ed8ac19
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0

View file

@ -33,7 +33,7 @@ interface Props {
siteId: any;
}
const LAYOUT_KEY = '$__layout__$'
const LAYOUT_KEY = '$__metric_form__layout__$'
function getDefaultState() {
const layout = localStorage.getItem(LAYOUT_KEY)