Merge branch 'master' into VM/RED-2614
This commit is contained in:
commit
2e36f3cac7
@ -60,11 +60,11 @@ export class ErrorService {
|
||||
}
|
||||
|
||||
setOnline(): void {
|
||||
this._online$.next();
|
||||
this._online$.next(true);
|
||||
}
|
||||
|
||||
clear(): void {
|
||||
this._error$.next();
|
||||
this._error$.next(undefined);
|
||||
}
|
||||
|
||||
private _offline() {
|
||||
|
||||
@ -34,7 +34,7 @@ export class FilterService {
|
||||
}
|
||||
|
||||
refresh(): void {
|
||||
this._refresh$.next();
|
||||
this._refresh$.next(true);
|
||||
}
|
||||
|
||||
toggleFilter(filterGroupSlug: string, key: string): void {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user