Reporting: Add tags in reportApi (#105142)
This commit is contained in:
@@ -8,4 +8,7 @@ export const reportingAPI = createApi({
|
||||
baseQuery: createBaseQuery({ baseURL: BASE_URL }),
|
||||
reducerPath: 'reportingAPI',
|
||||
endpoints: () => ({}),
|
||||
keepUnusedDataFor: 30,
|
||||
refetchOnMountOrArgChange: true,
|
||||
tagTypes: ['Reports', 'Report'],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user