Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kacper committed Dec 20, 2024
1 parent d00b3b0 commit 652453f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/app/dialog-removeitems/dialog-removeitems.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ export class DialogRemoveitemsComponent implements OnInit {
this.dialogRef.close();
}

removeallfromreport() {
this.dialogRef.close(this.isReturn);
}

removefromreport() {
this.dialogRef.close(this.isReturn);
}
Expand Down

0 comments on commit 652453f

Please sign in to comment.