ui: better naming for lstorage key
This commit is contained in:
parent
2585107bd7
commit
260ed8ac19
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue