mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
fix image select
This commit is contained in:
parent
aff63caf9a
commit
e7cd6105bf
@ -97,7 +97,7 @@ export default function AssetsJobs({ ddo, ocean }: JobsProps) {
|
|||||||
<Input
|
<Input
|
||||||
type="select"
|
type="select"
|
||||||
name="select"
|
name="select"
|
||||||
label="Select data type"
|
label="Select image to run the algorithm"
|
||||||
placeholder=""
|
placeholder=""
|
||||||
value={computeType}
|
value={computeType}
|
||||||
options={computeOptions.map(x => x.name)}
|
options={computeOptions.map(x => x.name)}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user