ImageInput: mark explicitly as type="button"

This commit is contained in:
Liam Fitzgerald 2021-02-12 10:55:17 +10:00
parent e2ad6e3e92
commit eb082decf3
No known key found for this signature in database
GPG Key ID: D390E12C61D1CFFB

View File

@ -65,6 +65,7 @@ export function ImageInput(props: ImageInputProps) {
{canUpload && (
<>
<Button
type="button"
ml={1}
border={1}
borderColor="lightGray"