From 0dd1f00095447c9c68dc48b69d9f0a31dc30a814 Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Fri, 13 Mar 2026 18:25:34 +0100 Subject: [PATCH] fix: fetch subscription data when delete modal opens Subscription was only loaded on the Billing tab, so the delete modal showed no destruction summary when opened from General tab. --- components/settings/OrganizationSettings.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/components/settings/OrganizationSettings.tsx b/components/settings/OrganizationSettings.tsx index 7164987..a82ee08 100644 --- a/components/settings/OrganizationSettings.tsx +++ b/components/settings/OrganizationSettings.tsx @@ -679,7 +679,10 @@ export default function OrganizationSettings() {

Permanently delete this organization and all its data.