Rename regexSupported to allowRegexSearch
Summary: This was annoying me so I thought I'd rename it before anyone else starts to use the prop. Reviewed By: danielbuechele Differential Revision: D15919159 fbshipit-source-id: c351503797cedc5c11a158cec62515b1eb791a70
This commit is contained in:
committed by
Facebook Github Bot
parent
b3979e7012
commit
9c99211221
@@ -637,7 +637,7 @@ export default class LogTable extends FlipperDevicePlugin<
|
||||
defaultFilters={DEFAULT_FILTERS}
|
||||
zebra={false}
|
||||
actions={<Button onClick={this.clearLogs}>Clear Logs</Button>}
|
||||
regexSupported={true}
|
||||
allowRegexSearch={true}
|
||||
// If the logs is opened through deeplink, then don't scroll as the row is highlighted
|
||||
stickyBottom={
|
||||
!(this.props.deepLinkPayload && this.state.highlightedRows.size > 0)
|
||||
|
||||
Reference in New Issue
Block a user