eslint issues

pull/10338/head
bsatarnejad 3 years ago
parent aba5aec0cc
commit 53e0d1c5bc
  1. 2
      frontend/src/app/features/team-planner/team-planner/planner/loading-skeleton-data.ts
  2. 2
      frontend/src/app/features/team-planner/team-planner/planner/team-planner.component.ts

@ -22,7 +22,7 @@ export const skeletonEvents = [
resourceId: skeletonResources[0].id,
title: '',
start: moment().subtract(1, 'days').toDate(),
end: moment().add(1,'day').toDate(),
end: moment().add(1, 'day').toDate(),
backgroundColor: '#FFFFFF',
borderColor: '#FFFFFF',
allDay: true,

@ -403,7 +403,7 @@ export class TeamPlannerComponent extends UntilDestroyedMixin implements OnInit,
},
eventSources: [
(_, successCallback) => successCallback(skeletonEvents),
{
{
id: 'work_packages',
events: this.calendarEventsFunction.bind(this) as unknown,
},

Loading…
Cancel
Save