mirror of
https://github.com/strapi/strapi.git
synced 2025-11-10 23:29:33 +00:00
removed unnecessary fragment FromUrlForm
This commit is contained in:
parent
78bc49c4af
commit
fa657d1573
@ -36,7 +36,6 @@ const FromUrlForm = ({ goTo, next, onClose, setLocalImage }) => {
|
||||
};
|
||||
|
||||
return (
|
||||
<>
|
||||
<form onSubmit={handleSubmit}>
|
||||
<Box paddingLeft={8} paddingRight={8} paddingTop={6} paddingBottom={6}>
|
||||
<TextInput
|
||||
@ -66,7 +65,6 @@ const FromUrlForm = ({ goTo, next, onClose, setLocalImage }) => {
|
||||
}
|
||||
/>
|
||||
</form>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user