Cleanup unused title definition.
This commit is contained in:
parent
fc14efbda1
commit
cd7aba50e5
@ -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'
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user