mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
Revert change
This commit is contained in:
parent
44148c0199
commit
9f4e38594c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user