rucken / core

Core and Admin UI for Angular7+ web applications
https://rucken.github.io/core
MIT License
46 stars 5 forks source link

fix: Add check to undefined #278

Closed EndyKaufman closed 5 years ago

EndyKaufman commented 5 years ago

https://github.com/rucken/core/blob/69df3452ebb566ddc34f497ee6e863f616d1fe90/libs/rucken/core/src/lib/entities/configs/users.config.ts#L18

data.body.users => data && data.body && data.body.users

update all place