Merge pull request #143 in TEA/mina-sidor-fa-web from bugfix/TV-687 to next
Squashed commit of the following: commit 47f4297d2538150bc467a5709c7983b1161f409e Author: Erik Tiekstra <erik.tiekstra@arbetsformedlingen.se> Date: Tue Sep 28 10:10:29 2021 +0200 Typo commit 9d29e3086a7e01b8daeae61b9d68415448ef474c Author: Erik Tiekstra <erik.tiekstra@arbetsformedlingen.se> Date: Tue Sep 28 09:22:39 2021 +0200 Updated texts for the different steps inside avrop
This commit is contained in:
@@ -95,8 +95,11 @@ export class AvropService {
|
||||
this._avropIsLocked$,
|
||||
this._avropIsSubmitted$,
|
||||
]).pipe(
|
||||
map(([confirmedHandledare, avropIsLocked, avropIsSubmitted]) => {
|
||||
return AvropService.calculateStep(confirmedHandledare, avropIsLocked, avropIsSubmitted);
|
||||
map(([confirmedHandledare, avropIsLocked, avropIsSubmitted]) =>
|
||||
AvropService.calculateStep(confirmedHandledare, avropIsLocked, avropIsSubmitted)
|
||||
),
|
||||
tap(() => {
|
||||
window.scrollTo(0, 0);
|
||||
})
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user