forked from Gitlink/forgeplus-react
This commit is contained in:
parent
45e8dd5f2d
commit
d4e3e4ca39
|
@ -5,6 +5,7 @@ import { unitType, natureOfWork, highestEducation, positionLevel, professionalTy
|
|||
import './index.scss';
|
||||
import '../index.scss';
|
||||
import axios from 'axios';
|
||||
const Option = Select.Option;
|
||||
|
||||
export default Form.create()(({ match, history, showNotification, form }) => {
|
||||
const { getFieldDecorator, validateFields, setFieldsValue } = form;
|
||||
|
|
Loading…
Reference in New Issue