Fixed typo
This commit is contained in:
@@ -134,7 +134,7 @@ export class AvvikelseReportFormComponent implements OnInit, OnDestroy {
|
||||
}
|
||||
|
||||
minDate(avrop: Avrop): Date {
|
||||
return new Date(avrop.recievedTimestamp);
|
||||
return new Date(avrop.receivedTimestamp);
|
||||
}
|
||||
|
||||
openConfirmDialog(): void {
|
||||
|
||||
Reference in New Issue
Block a user