Skip to content

Commit

Permalink
Merge pull request #91483 from cockroachdb/blathers/backport-release-…
Browse files Browse the repository at this point in the history
…22.2-91253

release-22.2: ui: fiz size chart when first load
  • Loading branch information
maryliag authored Nov 10, 2022
2 parents 48ec4ce + 6d9ee54 commit 6145080
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ export class StatementDetails extends React.Component<
}

componentDidUpdate(prevProps: StatementDetailsProps): void {
this.handleResize();
if (
prevProps.timeScale != this.props.timeScale ||
prevProps.statementFingerprintID != this.props.statementFingerprintID ||
Expand Down

0 comments on commit 6145080

Please sign in to comment.