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
This commit is contained in:
committed by
Facebook GitHub Bot
parent
a21f730c2d
commit
a8d96b8d87
@@ -18,7 +18,7 @@ import {ConnectivityLogs} from './ConnectivityLogs';
|
|||||||
export function TroubleshootingHub() {
|
export function TroubleshootingHub() {
|
||||||
return (
|
return (
|
||||||
<Layout.Container grow>
|
<Layout.Container grow>
|
||||||
<Tabs activeKey="connectivity-logs" grow>
|
<Tabs defaultActiveKey="connectivity-logs" grow>
|
||||||
<Tab tab="Environment Check" tabKey="environment-check">
|
<Tab tab="Environment Check" tabKey="environment-check">
|
||||||
<SetupDoctorScreen visible modal={false} onClose={() => {}} />
|
<SetupDoctorScreen visible modal={false} onClose={() => {}} />
|
||||||
</Tab>
|
</Tab>
|
||||||
|
|||||||
Reference in New Issue
Block a user