Skip to content

Commit 2fd3431

Browse files
committed
no duplicated cancel button
1 parent 6a29a8b commit 2fd3431

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/webview/ClineProvider.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2313,7 +2313,6 @@ export class ClineProvider implements vscode.WebviewViewProvider {
23132313
"Are you sure you want to delete this task? This action cannot be undone.",
23142314
{ modal: true },
23152315
"Delete",
2316-
"Cancel",
23172316
)
23182317

23192318
if (answer !== "Delete") {

0 commit comments

Comments
 (0)