fixlinebug

This commit is contained in:
Tamilselvan 2026-03-12 16:09:22 +05:30
parent 8a1b564936
commit b2e2315155
1 changed files with 1 additions and 1 deletions

View File

@ -758,7 +758,7 @@ export const getPreferenceData = createAsyncThunk(
AppId != undefined
) {
return await axiosRetailInstanceData.get(
`/settings?BranchId=${BranchId}&CompId=${CompId}&AppId=${AppId}`
`/Settings?branchId=${BranchId}&compId=${CompId}&appId=${AppId}`
);
}
}