diff --git a/admin/src/app/workbasket/details/information/workbasket-information.component.ts b/admin/src/app/workbasket/details/information/workbasket-information.component.ts index f540c41fc..0c9f9efda 100644 --- a/admin/src/app/workbasket/details/information/workbasket-information.component.ts +++ b/admin/src/app/workbasket/details/information/workbasket-information.component.ts @@ -47,11 +47,6 @@ export class WorkbasketInformationComponent implements OnInit { this.workbasket.type = type; } - onSubmit(){ - debugger; - } - - onSave() { this.beforeRequest(); this.workbasketSubscription = (this.workbasketService.updateWorkbasket((Utils.getSelfRef(this.workbasket.links).href), this.workbasket).subscribe(