Fix userPackagesChanged
This commit is contained in:
parent
ee7d1cb9a2
commit
c90df5c972
@ -79,7 +79,7 @@ export class AppCommonEffects {
|
||||
if(a.itemCode.endsWith(":USER_PACKAGES"))
|
||||
return of(new appCommonActions.InitUserPackages());
|
||||
else
|
||||
return of(undefined);
|
||||
return [];
|
||||
})
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user