Línea 4... |
Línea 4... |
4 |
import { useForm } from 'react-hook-form'
|
4 |
import { useForm } from 'react-hook-form'
|
5 |
import { CKEditor } from 'ckeditor4-react'
|
5 |
import { CKEditor } from 'ckeditor4-react'
|
6 |
import { useDispatch, useSelector } from 'react-redux'
|
6 |
import { useDispatch, useSelector } from 'react-redux'
|
7 |
import { addNotification } from '../../redux/notification/notification.actions'
|
7 |
import { addNotification } from '../../redux/notification/notification.actions'
|
8 |
import { getMonths, getYears } from '../../utils/dates'
|
8 |
import { getMonths, getYears } from '../../utils/dates'
|
- |
|
9 |
import { getCompanySizes } from '../../services/helpers'
|
Línea 9... |
Línea 10... |
9 |
|
10 |
|
10 |
import SwitchInput from '../UI/SwitchInput'
|
11 |
import SwitchInput from '../UI/SwitchInput'
|
11 |
import FormErrorFeedback from '../UI/FormErrorFeedback'
|
12 |
import FormErrorFeedback from '../UI/FormErrorFeedback'
|
12 |
import UbicationInput from '../../../shared/ubication-input/UbicationInput'
|
- |
|
Línea 13... |
Línea 13... |
13 |
import { getCompanySizes } from '../../services/helpers'
|
13 |
import UbicationInput from '../../../shared/ubication-input/UbicationInput'
|
14 |
|
14 |
|
15 |
const ExperienceModal = ({
|
15 |
const ExperienceModal = ({
|
16 |
show = false,
|
16 |
show = false,
|