mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
[HIMA-701] fixed build, attribute lastScrollTop was missing at remission-list-started.component.ts
This commit is contained in:
@@ -70,6 +70,7 @@ export class RemissionListStartedComponent implements OnInit, OnDestroy {
|
||||
stopScrollStatus = false;
|
||||
showOverflowInitialMessage = true;
|
||||
loadShippingDocument = false;
|
||||
lastScrollTop = 0;
|
||||
constructor(
|
||||
private remissionService: RemissionService,
|
||||
private store: Store,
|
||||
|
||||
Reference in New Issue
Block a user