Skip to content

Commit

Permalink
updated tenant
Browse files Browse the repository at this point in the history
  • Loading branch information
nipunarora-eGov committed Jun 21, 2024
1 parent a73312b commit ca4fdf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion micro-ui/web/packages/core/src/Module.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export const DigitUI = ({stateCode="pg", registry, enabledModules, moduleReducer
}}
>

<DigitUIWrapper stateCode={"pg"} enabledModules={enabledModules} moduleReducers={moduleReducers} defaultLanding={defaultLanding} queryClient={queryClient} />
<DigitUIWrapper stateCode={Digit.ULBService.getStateId()} enabledModules={enabledModules} moduleReducers={moduleReducers} defaultLanding={defaultLanding} queryClient={queryClient} />
{/* <div>Core Module Dummy</div> */}

{/* <ReactQueryDevtools initialIsOpen={false} /> */}
Expand Down
2 changes: 1 addition & 1 deletion micro-ui/web/packages/core/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const DigitApp = ({ stateCode="pg", modules, appTenants, logoUrl, initDat
const history = useHistory();
const { pathname } = useLocation();
const innerWidth = window.innerWidth;
const cityDetails ="pg" || Digit.ULBService.getCurrentUlb();
const cityDetails = Digit.ULBService.getStateId()
const userDetails = Digit.UserService.getUser();
const { data: storeData } = Digit.Hooks.useStore.getInitData();
const { stateInfo } = storeData || {};
Expand Down

0 comments on commit ca4fdf6

Please sign in to comment.