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' && ( + + )} );