minor change
This commit is contained in:
parent
9c65e3e215
commit
ee05975e10
|
@ -126,7 +126,6 @@ export default function UploadFileModal({ onClose }: Props) {
|
||||||
const formBody = new FormData();
|
const formBody = new FormData();
|
||||||
file && formBody.append("file", file);
|
file && formBody.append("file", file);
|
||||||
|
|
||||||
console.log(formBody.get("file"));
|
|
||||||
await fetch(
|
await fetch(
|
||||||
`/api/v1/archives/${
|
`/api/v1/archives/${
|
||||||
(response.data as LinkIncludingShortenedCollectionAndTags).id
|
(response.data as LinkIncludingShortenedCollectionAndTags).id
|
||||||
|
|
Ŝarĝante…
Reference in New Issue