1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

Update FormComputeDataset.tsx

This commit is contained in:
Veronica Manuel 2023-04-18 09:11:59 -04:00 committed by GitHub
parent ade1fc1e22
commit 44148c0199
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -234,11 +234,6 @@ export default function FormStartCompute({
return (
<Form className={styles.form}>
<Alert
className={styles.warning}
state="info"
text={siteContent.warning.ctd}
/>
{content.form.data.map((field: FormFieldContent) => {
return (
<Field