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

Revert change

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

View File

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