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
|
||||
type="select"
|
||||
name="select"
|
||||
label="Select data type"
|
||||
label="Select image to run the algorithm"
|
||||
placeholder=""
|
||||
value={computeType}
|
||||
options={computeOptions.map(x => x.name)}
|
||||
|
Loading…
Reference in New Issue
Block a user