Commit f5eb0e41 by jaymehta

.

1 parent f82b7281
...@@ -113,7 +113,7 @@ export const getActivitiesByVendor = () => async dispatch => { ...@@ -113,7 +113,7 @@ export const getActivitiesByVendor = () => async dispatch => {
} }
}, },
pagination: { pagination: {
pageSize: -1, pageSize: 1000,
}, },
populate: [ populate: [
"masterMonths", "masterMonths",
...@@ -274,7 +274,7 @@ export const getActivitiesForAdmin = ...@@ -274,7 +274,7 @@ export const getActivitiesForAdmin =
} }
}, },
pagination: { pagination: {
pageSize: -1, pageSize: 1000,
}, },
populate: [ populate: [
"masterMonths", "masterMonths",
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!