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 3331f50 commit 8d2aa62Copy full SHA for 8d2aa62
src/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckPreview.tsx
@@ -48,7 +48,7 @@ export function HealthcheckPreview(props: HealthcheckPreviewProps) {
48
49
const {name} = useClusterBaseInfo();
50
51
- const healthcheckPreviewDisabled = name !== 'ydb_ru';
+ const healthcheckPreviewDisabled = name === 'ydb_ru';
52
53
const {
54
currentData: data,
0 commit comments