mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-15 10:30:37 +09:00
Allow arbitrary issue attachments
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
517fe5093e
commit
e9c8bd4805
5 changed files with 242 additions and 13 deletions
|
|
@ -1121,7 +1121,6 @@ export function IssueDetail() {
|
|||
<input
|
||||
ref={fileInputRef}
|
||||
type="file"
|
||||
accept="image/*,application/pdf,text/plain,text/markdown,application/json,text/csv,text/html,.md,.markdown"
|
||||
className="hidden"
|
||||
onChange={handleFilePicked}
|
||||
multiple
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue