1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

fix build

This commit is contained in:
Bogdan Fazakas 2022-09-20 10:43:17 +03:00
parent ac4ed257af
commit 3edf45d87d

View File

@ -64,7 +64,6 @@ export default function ContainerInput(props: InputProps): ReactElement {
setFieldValue('metadata.dockerImageCustomChecksum', checksum)
setIsValid(true)
}
} else {
}
} catch (error) {
setFieldError(`${field.name}[0].url`, error.message)