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:
parent
ade1fc1e22
commit
44148c0199
@ -234,11 +234,6 @@ 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