Skip to content

Commit f18f7bf

Browse files
Update confirmation.tsx (#435)
1 parent 9ab9c71 commit f18f7bf

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

packages/elements/src/confirmation.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ type ToolUIPartApproval =
2323
approved: true;
2424
reason?: string;
2525
}
26-
| {
27-
id: string;
28-
approved: true;
29-
reason?: string;
30-
}
3126
| {
3227
id: string;
3328
approved: false;

0 commit comments

Comments
 (0)