Skip to content
This repository was archived by the owner on Mar 25, 2023. It is now read-only.

Commit da2ef0b

Browse files
committed
fix 'no events' while they are still being fetched
1 parent 6b083d9 commit da2ef0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/events/event-list.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export class EventListComponent implements OnInit {
5555
this.translate.get(['DESCRIPTION', 'LEVEL', 'TYPE', 'TIME'])
5656
.subscribe(translations => this.initTableModel(translations));
5757
this.initFilters();
58-
this.getEvents();
58+
this.getEvents({ reload: true });
5959

6060
this.languageService.getFirstDayOfWeek()
6161
.subscribe(day => this.firstDayOfWeek = day);

0 commit comments

Comments
 (0)