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