|
|
@@ -87,7 +87,7 @@ const SearchResultListSubstance: ForwardRefRenderFunction<ISelectableAll, Props>
|
|
|
// eslint-disable-next-line no-return-assign
|
|
|
ref={c => itemsRef.current[i] = c}
|
|
|
page={page}
|
|
|
- isEnableActions={isGuestUser}
|
|
|
+ isEnableActions={!isGuestUser}
|
|
|
isSelected={page.pageData._id === selectedPageId}
|
|
|
onClickItem={clickItemHandler}
|
|
|
onCheckboxChanged={props.onCheckboxChanged}
|