mirror of
https://github.com/strapi/strapi.git
synced 2025-09-22 23:09:47 +00:00
Fix PR review
This commit is contained in:
parent
210bb4985a
commit
aeff7869aa
@ -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 }) => {
|
||||
|
@ -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({
|
||||
|
Loading…
x
Reference in New Issue
Block a user