فهرست منبع

ensure to change RevisionLoader mode of SearchResultList to eager loading

Yuki Takei 7 سال پیش
والد
کامیت
ee5e83282a
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  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>