Skip to content

Commit ac380ba

Browse files
authored
fix: autorefresh control doesnt update info tab in diagnostics (#1163)
1 parent 8134a64 commit ac380ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/store/reducers/overview/overview.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export const overviewApi = api.injectEndpoints({
1313
return {error};
1414
}
1515
},
16+
providesTags: ['All'],
1617
}),
1718
}),
1819
});

0 commit comments

Comments
 (0)