소스 검색

:fire: 无用的 const { Option } = Select;

visuddhinanda 3 년 전
부모
커밋
fd2e6ad44e
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      dashboard/src/components/template/Wbw/WbwDetailParent2.tsx

+ 0 - 2
dashboard/src/components/template/Wbw/WbwDetailParent2.tsx

@@ -6,8 +6,6 @@ import { IApiResponseDictData } from "../../api/Dict";
 import { IWbw } from "./WbwWord";
 import { inlineDict as _inlineDict } from "../../../reducers/inline-dict";
 
-const { Option } = Select;
-
 interface ValueType {
   key?: string;
   label: React.ReactNode;