refactor: ⚰️ Remove unimplemented Delete action

This commit is contained in:
Jack W. 2023-10-14 15:27:49 -04:00
parent 667acf54f2
commit e617a9464e
No known key found for this signature in database

View file

@ -72,10 +72,6 @@
action: "open",
title: "Open",
},
{
action: "delete",
title: "Delete",
},
{
action: "copy",
title: "Copy",
@ -89,8 +85,6 @@
"/download/" +
uploads[x].uploadStatus.fileId
)
} else if (action == "delete") {
alert("TODO")
} else {
navigator.clipboard.writeText(
`${location.origin}/${uploads[x].uploadStatus.fileId}`