|
@@ -1,6 +1,6 @@
|
|
|
import React, { FC, useEffect, useRef } from 'react';
|
|
import React, { FC, useEffect, useRef } from 'react';
|
|
|
import { useTranslation } from 'react-i18next';
|
|
import { useTranslation } from 'react-i18next';
|
|
|
-import { IndeterminateInputElement } from '~/interfaces/indeterminate-checkbox';
|
|
|
|
|
|
|
+import { IndeterminateInputElement } from '~/interfaces/indeterminate-input-elm';
|
|
|
import { CheckboxType } from '../../interfaces/search';
|
|
import { CheckboxType } from '../../interfaces/search';
|
|
|
|
|
|
|
|
type Props = {
|
|
type Props = {
|
|
@@ -10,7 +10,6 @@ type Props = {
|
|
|
onClickSelectAllCheckbox?: (nextSelectAllCheckboxType: CheckboxType) => void,
|
|
onClickSelectAllCheckbox?: (nextSelectAllCheckboxType: CheckboxType) => void,
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
const DeleteSelectedPageGroup:FC<Props> = (props:Props) => {
|
|
const DeleteSelectedPageGroup:FC<Props> = (props:Props) => {
|
|
|
const { t } = useTranslation();
|
|
const { t } = useTranslation();
|
|
|
const {
|
|
const {
|