fix(demo-docs): fix banners in backend bundles section (#5594)

This commit is contained in:
Denis Strigo 2020-02-07 10:28:24 +03:00 committed by GitHub
parent f3e9bef4d2
commit e4c53bf70d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

View file

@ -29,7 +29,7 @@ export class BackendBundlesSectionComponent implements AfterViewInit {
@Output() loaded = new EventEmitter();
selectedLicenseType = BUNDLE_LICENSE.single;
selectedLicenseType = BUNDLE_LICENSE.personal;
licenses = Object.values(BUNDLE_LICENSE);