fix(bundles): fix table

This commit is contained in:
Dmitry Nehaychik 2019-02-06 14:14:46 +03:00
parent 9fc42b19c0
commit fd48698a88
3 changed files with 27 additions and 16 deletions

View file

@ -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';