mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 16:00:14 +01:00
fix(bundles): various fixes
This commit is contained in:
parent
841d57d0ec
commit
3eaa3f15ff
4 changed files with 13 additions and 21 deletions
|
|
@ -61,10 +61,6 @@ export class BackendBundlesSectionComponent implements OnDestroy, AfterViewInit
|
|||
.subscribe((descriptions) => this.descriptions = descriptions);
|
||||
}
|
||||
|
||||
stopPropagation(e) {
|
||||
// e.stopPropagation();
|
||||
}
|
||||
|
||||
isCommercial() {
|
||||
return this.selectedLicenseType === 'Commercial';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue