Expand device plugins by default
Summary: Heard several reports that expanding device plugins by default would be preferred Differential Revision: D21881338 fbshipit-source-id: 9f7444a4282684e4e0f046cf6a6679181ec55e73
This commit is contained in:
committed by
Facebook GitHub Bot
parent
339b786fb5
commit
163cbe83e2
@@ -266,7 +266,7 @@ class MainSidebar2 extends PureComponent<Props, State> {
|
|||||||
<SidebarSection
|
<SidebarSection
|
||||||
level={2}
|
level={2}
|
||||||
title="Device Plugins"
|
title="Device Plugins"
|
||||||
defaultCollapsed={true}>
|
defaultCollapsed={false}>
|
||||||
{devicePluginsItems}
|
{devicePluginsItems}
|
||||||
</SidebarSection>
|
</SidebarSection>
|
||||||
) : (
|
) : (
|
||||||
|
|||||||
Reference in New Issue
Block a user