Skip to content

Commit

Permalink
Fix the inline search bar reload on a table details page (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel authored Jan 29, 2020
1 parent 3f51902 commit 42177c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ class TableDetail extends React.Component<TableDetailProps & RouteComponentProps

if (this.key !== newKey) {
const { index, source } = this.getLoggingParams();
this.props.getTableData(this.key, index, source);
this.key = newKey;
this.props.getTableData(this.key, index, source);
}
}

Expand Down

0 comments on commit 42177c9

Please sign in to comment.