Преглед изворни кода

refs #83365: search select checkbox indeterminate
- rename file

NEEDLEMAN3\tatsu пре 4 година
родитељ
комит
fb69181f43

+ 1 - 2
packages/app/src/components/SearchPage/DeleteSelectedPageGroup.tsx

@@ -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 {

+ 0 - 0
packages/app/src/interfaces/indeterminate-checkbox.ts → packages/app/src/interfaces/indeterminate-input-elm.ts