Skip to content

Commit

Permalink
refactor: updated the key for the datastore
Browse files Browse the repository at this point in the history
  • Loading branch information
ericchingalo committed Jun 28, 2024
1 parent 2f2300d commit 038aa76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/shared/constants/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { useSearchParams } from "react-router-dom";
import { getProgramMapping } from "../utils";

export const DATA_TEST_PREFIX = "d2-dat";
export const DATASTORE_NAMESPACE = "dat-app";
export const DATASTORE_NAMESPACE = "hisptz-dat-app";
export const MANAGER_USER_GROUP_CODE = "DAT_MANAGE";
export const DAT_PROGRAM = (): string => {
const [programMapping] = useSetting("programMapping", {
Expand Down

0 comments on commit 038aa76

Please sign in to comment.