update superAdmin users business
This commit is contained in:
@@ -34,7 +34,9 @@ export class BreadcrumbService {
|
||||
}));
|
||||
|
||||
addItems(items: MenuItem[]) {
|
||||
this._items.update((value) => ({ ...value, ...this.mapItems(items) }));
|
||||
this._items.update((value) => {
|
||||
return [...value, ...this.mapItems(items)];
|
||||
});
|
||||
}
|
||||
|
||||
clear() {
|
||||
|
||||
Reference in New Issue
Block a user