fix image select

This commit is contained in:
alexcos20 2020-04-03 10:30:47 +03:00
parent aff63caf9a
commit e7cd6105bf
1 changed files with 1 additions and 1 deletions

View File

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