Set required prop for PluginInstaller
Summary: TSC is raising this for a missing property. Reviewed By: timur-valiev Differential Revision: D29933795 fbshipit-source-id: 2acb3ea3b504f1bce1fb4bd0f7e4b52fd49e00b0
This commit is contained in:
committed by
Facebook GitHub Bot
parent
c1496f621e
commit
38c8c9b2d2
@@ -21,7 +21,7 @@ export default function (props: {onHide: () => any}) {
|
|||||||
<PluginDebugger />
|
<PluginDebugger />
|
||||||
</Tab>
|
</Tab>
|
||||||
<Tab tab="Install Plugins">
|
<Tab tab="Install Plugins">
|
||||||
<PluginInstaller />
|
<PluginInstaller autoHeight />
|
||||||
</Tab>
|
</Tab>
|
||||||
</Tabs>
|
</Tabs>
|
||||||
</Modal>
|
</Modal>
|
||||||
|
|||||||
Reference in New Issue
Block a user