mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-02 07:06:41 +03:00
ImageInput: mark explicitly as type="button"
This commit is contained in:
parent
e2ad6e3e92
commit
eb082decf3
@ -65,6 +65,7 @@ export function ImageInput(props: ImageInputProps) {
|
||||
{canUpload && (
|
||||
<>
|
||||
<Button
|
||||
type="button"
|
||||
ml={1}
|
||||
border={1}
|
||||
borderColor="lightGray"
|
||||
|
Loading…
Reference in New Issue
Block a user