Sfoglia il codice sorgente

ensure to change RevisionLoader mode of SearchResultList to eager loading

Yuki Takei 7 anni fa
parent
commit
ee5e83282a
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      src/client/js/components/SearchPage/SearchResultList.js

+ 0 - 1
src/client/js/components/SearchPage/SearchResultList.js

@@ -24,7 +24,6 @@ export default class SearchResultList extends React.Component {
             pageId={page._id}
             pagePath={page.path}
             revisionId={page.revision}
-            lazy={true}
             highlightKeywords={this.props.searchingKeyword}
           />
         </div>