mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-14 16:51:15 +10:00
more cleaning
This commit is contained in:
@ -149,7 +149,6 @@ async function uploadFile() {
|
||||
}
|
||||
}
|
||||
|
||||
console.log(props.endpoint);
|
||||
const result = await $fetch(props.endpoint, { method: "POST", body: form });
|
||||
open.value = false;
|
||||
file.value = undefined;
|
||||
|
||||
Reference in New Issue
Block a user