mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
fix(demo-docs): fix banners in backend bundles section (#5594)
This commit is contained in:
parent
1bcb98b93c
commit
6090df1035
4 changed files with 7 additions and 7 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue