Skip to content

Commit 1a887bb

Browse files
author
FalkWolsky
committed
Setting Version for 2.4.5 and renaming local storage namespace
1 parent 23149c6 commit 1a887bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.4
1+
2.4.5

client/packages/lowcoder/src/comps/hooks/localStorageComp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import isEqual from "fast-deep-equal";
88
import { trans } from "i18n";
99
import log from "loglevel";
1010

11-
const APP_STORE_NAMESPACE = "TACO_APP_LOCAL_STORE";
11+
const APP_STORE_NAMESPACE = "lowcoder_app_local_storage";
1212

1313
const LocalStorageCompBase = withViewFn(
1414
simpleMultiComp({ values: stateComp<JSONObject>({}) }),

0 commit comments

Comments
 (0)