DetailSidebar
Summary: - rename `SonarSidebar` to `DetailSidebar` - rename portal id from `#sonarSidebar` to `#detailSidebar` Reviewed By: passy Differential Revision: D9851703 fbshipit-source-id: 2d904d17b0c6255a2ec3a79f0ada9bf621693c2e
This commit is contained in:
committed by
Facebook Github Bot
parent
e360654b28
commit
df0a0da744
@@ -11,7 +11,7 @@ import type {
|
||||
TableColumnSizes,
|
||||
TableColumns,
|
||||
} from 'flipper';
|
||||
import {FlexColumn, Button, SonarSidebar} from 'flipper';
|
||||
import {FlexColumn, Button, DetailSidebar} from 'flipper';
|
||||
import textContent from './utils/textContent.js';
|
||||
import createPaste from './utils/createPaste.js';
|
||||
import {FlipperPlugin, SearchableTable} from 'flipper';
|
||||
@@ -199,7 +199,7 @@ export function createTablePlugin<T: RowData>(props: Props<T>) {
|
||||
stickyBottom={true}
|
||||
actions={<Button onClick={this.clear}>Clear Table</Button>}
|
||||
/>
|
||||
<SonarSidebar>{this.renderSidebar()}</SonarSidebar>
|
||||
<DetailSidebar>{this.renderSidebar()}</DetailSidebar>
|
||||
</FlexColumn>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user