Fix PR review

This commit is contained in:
HichamELBSI 2020-03-31 10:05:13 +02:00
parent 210bb4985a
commit aeff7869aa
3 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ import { useGlobalContext } from 'strapi-helper-plugin';
import { getTrad } from '../../utils';
import Cloud from '../../icons/Cloud';
import Label from './Label';
import Input from './Input';
import Input from '../Input';
import P from './P';
const InputFileModal = ({ name, onChange }) => {

View File

@ -15,7 +15,7 @@ import InputFilePreview from './InputFilePreview';
import InputModalStepper from '../../containers/InputModalStepper';
import Name from './Name';
import Wrapper from './Wrapper';
import Input from '../InputFileModal/Input';
import Input from '../Input';
const InputMedia = ({ label, onChange, name, attribute, value, type }) => {
const [modal, setModal] = useState({