Reporting: Add tags in reportApi (#105142)

This commit is contained in:
Juan Cabanas
2025-05-09 16:13:36 -03:00
committed by GitHub
parent a1b1de584c
commit c2a54cd997
@@ -8,4 +8,7 @@ export const reportingAPI = createApi({
baseQuery: createBaseQuery({ baseURL: BASE_URL }),
reducerPath: 'reportingAPI',
endpoints: () => ({}),
keepUnusedDataFor: 30,
refetchOnMountOrArgChange: true,
tagTypes: ['Reports', 'Report'],
});