feat: implement activity feed module with dynamic filtering, state management, and asset selection components
This commit is contained in:
@@ -77,5 +77,10 @@ export const activityFeedsService = {
|
||||
getFalseAnomaly: async (params: any) => {
|
||||
const response = await axiosClient.get('/api/audit/asset/get-false-Anomaly', { params });
|
||||
return response;
|
||||
},
|
||||
|
||||
bulkDelete: async (payload: any) => {
|
||||
const response = await axiosClient.post('/api/audit/bulk/delete', payload);
|
||||
return response;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user