no duplicated cancel button

This commit is contained in:
EMSHVAC 2025-02-20 19:04:15 -06:00
parent 6a29a8bd99
commit 2fd3431621

View file

@ -2313,7 +2313,6 @@ export class ClineProvider implements vscode.WebviewViewProvider {
"Are you sure you want to delete this task? This action cannot be undone.",
{ modal: true },
"Delete",
"Cancel",
)
if (answer !== "Delete") {