mirror of
https://github.com/strapi/strapi.git
synced 2025-09-23 07:22:51 +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 { getTrad } from '../../utils';
|
||||||
import Cloud from '../../icons/Cloud';
|
import Cloud from '../../icons/Cloud';
|
||||||
import Label from './Label';
|
import Label from './Label';
|
||||||
import Input from './Input';
|
import Input from '../Input';
|
||||||
import P from './P';
|
import P from './P';
|
||||||
|
|
||||||
const InputFileModal = ({ name, onChange }) => {
|
const InputFileModal = ({ name, onChange }) => {
|
||||||
|
@ -15,7 +15,7 @@ import InputFilePreview from './InputFilePreview';
|
|||||||
import InputModalStepper from '../../containers/InputModalStepper';
|
import InputModalStepper from '../../containers/InputModalStepper';
|
||||||
import Name from './Name';
|
import Name from './Name';
|
||||||
import Wrapper from './Wrapper';
|
import Wrapper from './Wrapper';
|
||||||
import Input from '../InputFileModal/Input';
|
import Input from '../Input';
|
||||||
|
|
||||||
const InputMedia = ({ label, onChange, name, attribute, value, type }) => {
|
const InputMedia = ({ label, onChange, name, attribute, value, type }) => {
|
||||||
const [modal, setModal] = useState({
|
const [modal, setModal] = useState({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user