diff --git a/public/app/api/clients/reporting/baseAPI.ts b/public/app/api/clients/reporting/baseAPI.ts index 81b0be5fe62..fa05615b859 100644 --- a/public/app/api/clients/reporting/baseAPI.ts +++ b/public/app/api/clients/reporting/baseAPI.ts @@ -8,4 +8,7 @@ export const reportingAPI = createApi({ baseQuery: createBaseQuery({ baseURL: BASE_URL }), reducerPath: 'reportingAPI', endpoints: () => ({}), + keepUnusedDataFor: 30, + refetchOnMountOrArgChange: true, + tagTypes: ['Reports', 'Report'], });