Commit c2689bd5 by jaymehta

filter

1 parent 30cacd9b
......@@ -326,13 +326,9 @@ export const getActivitiesForEndUser = () => async dispatch => {
};
const query = {
// filters: {
// vendor: {
// id: {
// $eq: vendorId
// }
// }
// },
filters: {
approved: { $eq: "approved" }
},
populate: [
"masterMonths",
"subCategory",
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!