From 4a12da75833bf2e80376b2f95225578debd7bbfe Mon Sep 17 00:00:00 2001 From: Chris Carper Date: Wed, 15 Oct 2025 14:51:19 -0500 Subject: [PATCH] Maybe don't actually commit this... IDK --- src/dashboard/widgets/widgets.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/dashboard/widgets/widgets.js b/src/dashboard/widgets/widgets.js index 4b6e29b2..e426e7bc 100644 --- a/src/dashboard/widgets/widgets.js +++ b/src/dashboard/widgets/widgets.js @@ -80,6 +80,7 @@ const Widgets = () => { + {/* Keying the tab content with selectedTenantId to force re-render upon tenant change */} @@ -92,6 +93,9 @@ const Widgets = () => { {activeTab === 'tab3' && ( )} + {activeTab === 'tab4' && ( + + )} );