1
0
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:
alexcos20 2020-04-03 10:30:47 +03:00
parent aff63caf9a
commit e7cd6105bf

View File

@ -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)}