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