main
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user