Skip to content

Commit

Permalink
Set tab active keys and active tab
Browse files Browse the repository at this point in the history
Summary: ^

Reviewed By: antonk52

Differential Revision: D47868895

fbshipit-source-id: 381e704a7d1d2d1d67c1b4cf2bf482996927b783
  • Loading branch information
lblasa authored and facebook-github-bot committed Jul 28, 2023
1 parent 1b5b4e9 commit 7cb9180
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions desktop/flipper-ui-core/src/chrome/ConnectivityHub.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -193,16 +193,16 @@ export function ConnectivityHub() {
return (
<Layout.Container grow>
<Tabs grow>
<Tab tab="Environment Check">
<Tab tab="Environment Check" tabKey="environment-check">
<SetupDoctorScreen visible modal={false} onClose={() => {}} />
</Tab>
<Tab tab="Connectivity Logs">
<Tab tab="Connectivity Logs" tabKey="connectivity-logs" active>
<LogView />
</Tab>
<Tab tab="Console Logs">
<Tab tab="Console Logs" tabKey="console-logs">
<ConsoleLogs />
</Tab>
<Tab tab="Messages">
<Tab tab="Messages" tabKey="messages">
<FlipperMessages />
</Tab>
</Tabs>
Expand Down

0 comments on commit 7cb9180

Please sign in to comment.