mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 16:30:13 +01:00
fix(bundles): fix table
This commit is contained in:
parent
9fc42b19c0
commit
fd48698a88
3 changed files with 27 additions and 16 deletions
|
|
@ -19,7 +19,7 @@ import { Descriptions, DescriptionsService } from '../../../@core/data/service/d
|
|||
})
|
||||
export class BackendBundlesSectionComponent implements AfterViewInit {
|
||||
|
||||
descriptions: Observable<Descriptions[]> = this.descriptionsService.getDescriptions();
|
||||
descriptions: Observable<Descriptions[]> = this.descriptionsService.getBundleDescriptions();
|
||||
|
||||
selectedLicenseType = 'Personal';
|
||||
personalLicense = 'Personal';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue