add dynamic localstorage context

This commit is contained in:
Michael 2021-06-04 21:26:19 +02:00
parent 9a01cb55f6
commit debe01d795

View file

@ -1,6 +1,9 @@
import { showSnackbar } from "./snackbarHelper";
const LOCAL_STORAGE_APP_CONTEXT = "ffc_";
// const LOCAL_STORAGE_APP_CONTEXT = "ffc_";
const url = new URL(window.location.href);
const LOCAL_STORAGE_APP_CONTEXT = url.pathname + "_";
export interface SyncItem {
key: string;