Compare commits
No commits in common. "2b3c3cae03b0467327e53b9dc6499fd8da174c4a" and "2103b4ae115e69aa5bba68be6a22dd3cdb92cc48" have entirely different histories.
2b3c3cae03
...
2103b4ae11
@ -66,7 +66,7 @@ export function FileUploadField({
|
|||||||
className="hidden"
|
className="hidden"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<Attachment state={state} className="w-full">
|
<Attachment state={state}>
|
||||||
<AttachmentTrigger onClick={() => inputRef.current?.click()} />
|
<AttachmentTrigger onClick={() => inputRef.current?.click()} />
|
||||||
<AttachmentMedia>
|
<AttachmentMedia>
|
||||||
<FileIcon />
|
<FileIcon />
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user