diff --git a/projects/common/src/fm/effects/app-common.effects.ts b/projects/common/src/fm/effects/app-common.effects.ts index 38e97d9..9d49c25 100644 --- a/projects/common/src/fm/effects/app-common.effects.ts +++ b/projects/common/src/fm/effects/app-common.effects.ts @@ -79,7 +79,7 @@ export class AppCommonEffects { if(a.itemCode.endsWith(":USER_PACKAGES")) return of(new appCommonActions.InitUserPackages()); else - return of(undefined); + return []; }) );