Skip to content

Commit db03266

Browse files
committed
fix(Tenant): always update diagnostics tabs for root
1 parent c1bc562 commit db03266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/Tenant/Diagnostics/Diagnostics.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ function Diagnostics(props: DiagnosticsProps) {
7979
pages = TABLE_PAGES;
8080
}
8181
return pages;
82-
}, [props.type]);
82+
}, [props.type, isDatabase]);
8383

8484
const forwardToDiagnosticTab = (tab: GeneralPagesIds) => {
8585
dispatch(setDiagnosticsTab(tab));

0 commit comments

Comments
 (0)