Skip to content

Commit

Permalink
fix: autorefresh control doesnt update info tab in diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
astandrik committed Aug 15, 2024
1 parent bbd2cd3 commit 74b0646
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/store/reducers/overview/overview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const overviewApi = api.injectEndpoints({
return {error};
}
},
providesTags: ['All'],
}),
}),
});

0 comments on commit 74b0646

Please sign in to comment.