diff --git a/src/ui/components/table/ManagedTable.js b/src/ui/components/table/ManagedTable.js index 2128c7b69..df7ac0171 100644 --- a/src/ui/components/table/ManagedTable.js +++ b/src/ui/components/table/ManagedTable.js @@ -180,7 +180,7 @@ class ManagedTable extends React.Component< } if ( - nextProps.filter !== this.props.filter && + this.props.rows.length > nextProps.rows.length && this.tableRef && this.tableRef.current ) {