Explorar el Código

:fire: ProFormSelect

visuddhinanda hace 3 años
padre
commit
5a8f2f5ae3
Se han modificado 1 ficheros con 1 adiciones y 5 borrados
  1. 1 5
      dashboard/src/components/studio/article/ArticleCreate.tsx

+ 1 - 5
dashboard/src/components/studio/article/ArticleCreate.tsx

@@ -1,8 +1,4 @@
-import {
-	ProForm,
-	ProFormText,
-	ProFormSelect,
-} from "@ant-design/pro-components";
+import { ProForm, ProFormText } from "@ant-design/pro-components";
 import { useIntl } from "react-intl";
 import { useIntl } from "react-intl";
 import { message } from "antd";
 import { message } from "antd";
 import LangSelect from "../LangSelect";
 import LangSelect from "../LangSelect";