diff --git a/apps/mina-sidor-fa/src/app/shared/services/avrop.service.ts b/apps/mina-sidor-fa/src/app/shared/services/avrop.service.ts index e7f92b0..de87ceb 100644 --- a/apps/mina-sidor-fa/src/app/shared/services/avrop.service.ts +++ b/apps/mina-sidor-fa/src/app/shared/services/avrop.service.ts @@ -53,6 +53,7 @@ export class AvropService { this._filteredKommuner$, this._page$, this._limit$, + this._avropIsSubmitted$, ]).pipe( switchMap(() => { this._avropLoading$.next(true); @@ -247,6 +248,7 @@ export class AvropService { this._selectedAvrop$.next([]); this._avropIsLocked$.next(false); this._handledareIsConfirmed$.next(false); + this._avropIsSubmitted$.next(false); } public removeKommun(kommunToRemove: MultiselectFilterOption): void {