Commit f5eb0e41 by jaymehta

.

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