Skip to content

Commit eed7edc

Browse files
committed
PM-28182 resolved pr comment
1 parent bddc69f commit eed7edc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libs/tools/send/send-ui/src/add-edit/send-add-edit-dialog.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ export const SendItemDialogResult = Object.freeze({
4444
} as const);
4545

4646
/** A result of the Send add/edit dialog. */
47-
// export type SendItemDialogResult = (typeof SendItemDialogResult)[keyof typeof SendItemDialogResult];
4847
export type SendItemDialogResult =
4948
| (typeof SendItemDialogResult)[keyof typeof SendItemDialogResult]
5049
| { result: typeof SendItemDialogResult.Saved; send: SendView };

0 commit comments

Comments
 (0)