LogsPanel: Show all received logs (#31505)

* Show all received logs in LogsPanel

* Remove rowLimit
This commit is contained in:
Ivana Huckova
2021-02-26 15:33:34 +01:00
committed by GitHub
parent eddc163e78
commit 2d9f460e19
2 changed files with 2 additions and 8 deletions

View File

@@ -352,7 +352,6 @@ export class UnthemedLogs extends PureComponent<Props, State> {
dedupStrategy={dedupStrategy}
getRowContext={this.props.getRowContext}
highlighterExpressions={highlighterExpressions}
rowLimit={logRows ? logRows.length : undefined}
onClickFilterLabel={onClickFilterLabel}
onClickFilterOutLabel={onClickFilterOutLabel}
showContextToggle={showContextToggle}