From a8d96b8d8790bd23baddc437fc48bdde6e6350d0 Mon Sep 17 00:00:00 2001 From: Lorenzo Blasa Date: Wed, 2 Aug 2023 07:56:17 -0700 Subject: [PATCH] Tabs activeKey prevents switching tabs Summary: Using `activeKey` was preventing switching tabs. Use `defaultActiveKey` instead. Reviewed By: antonk52 Differential Revision: D47989530 fbshipit-source-id: c4e545a8ed96bb1797778ca7b8c0973a3370a43b --- desktop/flipper-ui-core/src/chrome/TroubleshootingHub.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/flipper-ui-core/src/chrome/TroubleshootingHub.tsx b/desktop/flipper-ui-core/src/chrome/TroubleshootingHub.tsx index 8d5cec0fb..ef25e0079 100644 --- a/desktop/flipper-ui-core/src/chrome/TroubleshootingHub.tsx +++ b/desktop/flipper-ui-core/src/chrome/TroubleshootingHub.tsx @@ -18,7 +18,7 @@ import {ConnectivityLogs} from './ConnectivityLogs'; export function TroubleshootingHub() { return ( - + {}} />