This commit is contained in:
2026-01-18 16:03:27 +03:30
parent 4fe6e70525
commit ca22cced44
321 changed files with 10738 additions and 17770 deletions

View File

@@ -56,8 +56,9 @@ export const ProvinceAllocateRequests = () => {
const fetchApiData = async (page) => {
dispatch(getPoultryRequestsTotalQuantityService(selectedDate1)).then(
async () => {
let response;
dispatch(LOADING_START());
const response = await axios.get(
response = await axios.get(
`city_operator_check_request_new/?state=waiting&date=${selectedDate1}&page=${page}&page_size=${perPage}&search=filter&value=${
textValue ? textValue : ""
}`
@@ -298,9 +299,6 @@ export const ProvinceAllocateRequests = () => {
))}
</Grid>
<Box
sx={{
width: "100%",
}}
px={{
xs: 1,
sm: 0,