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.
1 parent afd6f11 commit bce5d89Copy full SHA for bce5d89
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