Cleanup unused title definition.
This commit is contained in:
@@ -75,8 +75,6 @@ export class ScheduleRowComponent {
|
|||||||
}
|
}
|
||||||
|
|
||||||
confirmDelete() {
|
confirmDelete() {
|
||||||
var title = "Delete schedule #" + this.schedule.id;
|
|
||||||
|
|
||||||
const modal = this.ngbModal.open(ScheduleDeleteModalComponent, {
|
const modal = this.ngbModal.open(ScheduleDeleteModalComponent, {
|
||||||
windowClass: 'in'
|
windowClass: 'in'
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user