Fixed issue with avrop not reloading after submit

This commit is contained in:
Erik Tiekstra
2021-09-30 13:39:43 +02:00
parent 63f93a8cbd
commit 44f8197cfe

View File

@@ -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 {