|
|
@@ -3,11 +3,9 @@ import { useTranslation } from 'react-i18next';
|
|
|
import SearchPageForm from './SearchPageForm';
|
|
|
import AppContainer from '../../client/services/AppContainer';
|
|
|
import DeleteSelectedPageGroup from './DeleteSelectedPageGroup';
|
|
|
-import { CheckboxType } from '../../interfaces/search';
|
|
|
|
|
|
type Props = {
|
|
|
searchingKeyword: string,
|
|
|
- checkboxState: CheckboxType,
|
|
|
appContainer: AppContainer,
|
|
|
selectedPagesCount: number,
|
|
|
searchedPagesCount: number,
|
|
|
@@ -54,7 +52,6 @@ const SearchControl: FC <Props> = (props: Props) => {
|
|
|
<div className="d-flex my-4">
|
|
|
{/* Todo: design will be fixed in #80324. Function will be implemented in #77525 */}
|
|
|
<DeleteSelectedPageGroup
|
|
|
- checkboxState={props.checkboxState}
|
|
|
onClickInvoked={onDeleteSelectedPageHandler}
|
|
|
onClickSelectAllCheckbox={props.onClickSelectAllCheckbox}
|
|
|
selectedPagesCount={props.selectedPagesCount}
|