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:
Michel Weststrate
2020-06-05 08:28:41 -07:00
committed by Facebook GitHub Bot
parent 339b786fb5
commit 163cbe83e2

View File

@@ -266,7 +266,7 @@ class MainSidebar2 extends PureComponent<Props, State> {
<SidebarSection
level={2}
title="Device Plugins"
defaultCollapsed={true}>
defaultCollapsed={false}>
{devicePluginsItems}
</SidebarSection>
) : (