From 18748e71eee08c8ee447bcce714634eabd85e1b0 Mon Sep 17 00:00:00 2001
From: Mohammad Naqvi <162358280+mnaqvi08@users.noreply.github.com>
Date: Wed, 26 Nov 2025 13:42:55 -0500
Subject: [PATCH 1/6] fix: expand Contact Support access to paid customers
---
src/pageLayout/containers/MainNavigation.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pageLayout/containers/MainNavigation.tsx b/src/pageLayout/containers/MainNavigation.tsx
index 94d842993a..b2dce5ffb6 100644
--- a/src/pageLayout/containers/MainNavigation.tsx
+++ b/src/pageLayout/containers/MainNavigation.tsx
@@ -417,7 +417,7 @@ export const MainNavigation: FC = () => {
/>
)}
/>
- {CLOUD && isContractCustomer && (
+ {CLOUD && (accountType === 'paid' || accountType === 'contract') && (
- To request a series cardinality limit increase, please contact our
- support team.
+ To request a cardinality limit increase, please use the Contact Support
+ option in the Help menu.
- To request a write limit increase, please contact our support team.
+ To request a write limit increase, please use the Contact Support option in the Help menu.
- Organizations can be reactivated within 7 days of deletion. Contact support
- at{' '}
-
- For more resources, check out{' '}
-
- To request a cardinality limit increase, please use the Contact Support - option in the Help menu. + To request a cardinality limit increase, please{' '} + + contact support + + .
- To request a write limit increase, please use the Contact Support option in the Help menu. + To request a write limit increase, please{' '} + + contact support + + .
diff --git a/src/identity/components/OrganizationListTab/OrganizationCard.tsx b/src/identity/components/OrganizationListTab/OrganizationCard.tsx index 0ab6ca8974..d6c2c300f5 100644 --- a/src/identity/components/OrganizationListTab/OrganizationCard.tsx +++ b/src/identity/components/OrganizationListTab/OrganizationCard.tsx @@ -1,4 +1,5 @@ import React, {FC} from 'react' +import {useDispatch} from 'react-redux' import { FlexBox, FlexDirection, @@ -7,8 +8,8 @@ import { ResourceCard, } from '@influxdata/clockface' -// Utils -import {SafeBlankLink} from 'src/utils/SafeBlankLink' +// Actions +import {showOverlay, dismissOverlay} from 'src/overlays/actions/overlays' // Styles import './OrganizationCard.scss' @@ -22,13 +23,6 @@ interface OrgCardProps { regionName: string } -const tooltipContent = ( -- Organizations can be reactivated within 7 days of deletion. Please use the - Contact Support option in the Help menu to reactivate. -
-) - export const OrganizationCard: FC+ Organizations can be reactivated within 7 days of deletion. Please{' '} + + contact support + {' '} + to reactivate. +
+ ) + return (- For more resources, you can contact our support team via the Contact - Support option in the Help menu. + For more resources, you can{' '} + + contact our support team + + .
- To request a cardinality limit increase, please{' '} - - contact support - - . -
-