Unverified Commit 42177c94 authored by Daniel's avatar Daniel Committed by GitHub

Fix the inline search bar reload on a table details page (#385)

parent 3f519026
......@@ -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);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment