SULLEY\ryo-h 4 лет назад
Родитель
Сommit
2b2d44bf0e

+ 1 - 1
packages/app/src/components/SearchPage/SearchResultList.tsx

@@ -26,8 +26,8 @@ type Props = {
 
 const SearchResultList: FC<Props> = (props:Props) => {
   const { focusedPage, selectedPages } = props;
-
   const focusedPageId = focusedPage != null && focusedPage._id != null ? focusedPage._id : '';
+
   return (
     <>
       {props.pages.map((page) => {

+ 1 - 0
packages/app/src/components/SearchPage/SearchResultListItem.tsx

@@ -111,6 +111,7 @@ const SearchResultListItem: FC<Props> = (props:Props) => {
               type="checkbox"
               id="flexCheckDefault"
               onClick={onClickCheckbox}
+              checked={isChecked}
             />
           </div>
           <div className="w-100">