PluginManager
Summary: Adding the plugin installer to the plugin sheet as a second tab Reviewed By: passy Differential Revision: D17450842 fbshipit-source-id: 211c9f15ed2614a1dd46d974b86f50c825f81fb0
This commit is contained in:
committed by
Facebook Github Bot
parent
039d1cca99
commit
8c623867bd
@@ -11,7 +11,7 @@ import Client from '../Client';
|
||||
import {UninitializedClient} from '../UninitializedClient';
|
||||
import {FlipperBasePlugin} from '../plugin';
|
||||
import {PluginNotification} from '../reducers/notifications';
|
||||
import {ActiveSheet} from '../reducers/application';
|
||||
import {ActiveSheet, ACTIVE_SHEET_PLUGINS} from '../reducers/application';
|
||||
import {State as Store} from '../reducers';
|
||||
|
||||
import {
|
||||
@@ -392,7 +392,7 @@ class MainSidebar extends PureComponent<Props> {
|
||||
))}
|
||||
</Plugins>
|
||||
<PluginDebugger
|
||||
onClick={() => this.props.setActiveSheet('PLUGIN_DEBUGGER')}>
|
||||
onClick={() => this.props.setActiveSheet(ACTIVE_SHEET_PLUGINS)}>
|
||||
<Glyph
|
||||
name="question-circle"
|
||||
size={16}
|
||||
|
||||
Reference in New Issue
Block a user