We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b04c3a8 + bce5d89 commit 21979adCopy full SHA for 21979ad
packages/compass-crud/src/components/document-list.jsx
@@ -184,7 +184,7 @@ class DocumentList extends React.Component {
184
* @returns {React.Component} The query bar.
185
*/
186
renderZeroState() {
187
- if (this.props.docs.length > 0 || (this.props.status === DOCUMENTS_STATUS_FETCHING && !this.props.debouncingLoad)) {
+ if (this.props.docs.length > 0 || this.props.status === DOCUMENTS_STATUS_FETCHING) {
188
return null;
189
}
190
0 commit comments