From bd98e08a2e1e78483704dd31a27889b38a146952 Mon Sep 17 00:00:00 2001 From: kyle-ssg Date: Thu, 12 Feb 2026 10:13:12 +0000 Subject: [PATCH 1/2] Fix warning style --- .../pages/feature-lifecycle/components/StaleSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/web/components/pages/feature-lifecycle/components/StaleSection.tsx b/frontend/web/components/pages/feature-lifecycle/components/StaleSection.tsx index 82a857acdd17..a41df875607c 100644 --- a/frontend/web/components/pages/feature-lifecycle/components/StaleSection.tsx +++ b/frontend/web/components/pages/feature-lifecycle/components/StaleSection.tsx @@ -99,7 +99,7 @@ const StaleSection: FC = ({ flagsmith/flagsmith to clean up{' '} {flag.name}. Cleaning up a feature flag means removing the flag checks from From fc1a3ef979946662eab47d2bca6c73aea0981b74 Mon Sep 17 00:00:00 2001 From: kyle-ssg Date: Thu, 12 Feb 2026 10:33:50 +0000 Subject: [PATCH 2/2] Fix warning style --- .../feature-lifecycle/components/StaleSection.tsx | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/frontend/web/components/pages/feature-lifecycle/components/StaleSection.tsx b/frontend/web/components/pages/feature-lifecycle/components/StaleSection.tsx index a41df875607c..732b5dec54d0 100644 --- a/frontend/web/components/pages/feature-lifecycle/components/StaleSection.tsx +++ b/frontend/web/components/pages/feature-lifecycle/components/StaleSection.tsx @@ -119,18 +119,7 @@ const StaleSection: FC = ({ }, organisation_id: AccountStore.getOrganisation()?.id, }).unwrap() - toast( - - Cleanup issue created.{' '} - - View on GitHub - - , - ) + toast(Cleanup issue created.) } catch { toast('Failed to create cleanup issue', 'danger') }