Fixed issue with avrop not reloading after submit
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user