diff --git a/src/pages/my/profile/form/Form.component.js b/src/pages/my/profile/form/Form.component.js index 939d48ebb..47ae0ba2f 100644 --- a/src/pages/my/profile/form/Form.component.js +++ b/src/pages/my/profile/form/Form.component.js @@ -2,7 +2,7 @@ import * as R from 'ramda'; import React, { useState } from 'react'; import moment from 'moment'; import useSWR from 'swr'; -import { Button, Col, Row, Skeleton, Tooltip, Form as AntForm, message } from 'antd'; +import { Button, Col, Row, Skeleton, Tooltip, Form as AntForm, message, Space } from 'antd'; import { Form, FormItem, Input, Select } from 'formik-antd'; import { Formik } from 'formik'; import { QuestionCircleOutlined } from '@ant-design/icons'; @@ -11,6 +11,7 @@ import { api } from '@tidb-community/datasource'; import * as Styled from './form.styled'; import { fields, schema } from './form.fields'; import { form as formUtils } from '~/utils'; +import Anchor from '~/components/Anchor'; const { Option } = Select; const dateUiFormat = 'YYYY/MM/DD'; @@ -120,9 +121,14 @@ const FormComponent = () => {