Move troubleshooting guide into a menu
Reviewed By: lblasa Differential Revision: D47591882 fbshipit-source-id: 84e3732100aa20d5f78b132a4c429b9b742678e9
This commit is contained in:
committed by
Facebook GitHub Bot
parent
57d4c99e0f
commit
7195b35b12
@@ -70,6 +70,7 @@ import {
|
||||
NavbarScreenshotButton,
|
||||
} from '../chrome/ScreenCaptureButtons';
|
||||
import {StatusMessage} from './appinspect/AppInspect';
|
||||
import {TroubleshootingGuide} from './appinspect/fb-stubs/TroubleshootingGuide';
|
||||
|
||||
export const Navbar = withTrackingScope(function Navbar({
|
||||
toplevelSelection,
|
||||
@@ -509,6 +510,7 @@ function TroubleshootMenu({
|
||||
Troubleshoot connectivity
|
||||
</Menu.Item>
|
||||
)}
|
||||
<TroubleshootingGuide />
|
||||
<Menu.Item
|
||||
key="flipperlogs"
|
||||
onClick={() => setToplevelSelection('flipperlogs')}>
|
||||
|
||||
Reference in New Issue
Block a user