Browse Source

ensure to change RevisionLoader mode of SearchResultList to eager loading

Yuki Takei 7 năm trước cách đây
mục cha
commit
ee5e83282a
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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>