Explorar o código

ensure to change RevisionLoader mode of SearchResultList to eager loading

Yuki Takei %!s(int64=7) %!d(string=hai) anos
pai
achega
ee5e83282a
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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>