We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1bc562 commit db03266Copy full SHA for db03266
src/containers/Tenant/Diagnostics/Diagnostics.tsx
@@ -79,7 +79,7 @@ function Diagnostics(props: DiagnosticsProps) {
79
pages = TABLE_PAGES;
80
}
81
return pages;
82
- }, [props.type]);
+ }, [props.type, isDatabase]);
83
84
const forwardToDiagnosticTab = (tab: GeneralPagesIds) => {
85
dispatch(setDiagnosticsTab(tab));
0 commit comments