소스 검색

refs #83365: search select checkbox indeterminate
- rename file

NEEDLEMAN3\tatsu 4 년 전
부모
커밋
fb69181f43
2개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      packages/app/src/components/SearchPage/DeleteSelectedPageGroup.tsx
  2. 0 0
      packages/app/src/interfaces/indeterminate-input-elm.ts

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

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

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