fixlinebug
This commit is contained in:
parent
8a1b564936
commit
b2e2315155
|
|
@ -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}`
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue