@dataclouder/ngx-lessons 0.1.10 → 0.1.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -629,7 +629,6 @@ class DcLessonCardComponent {
629
629
  }
630
630
  ngOnInit() {
631
631
  this.coverUrl = this.lesson?.assets?.banner?.url || this.lesson?.media?.images?.[0]?.url || 'assets/defaults/background/default-background.webp';
632
- console.log(this.lesson);
633
632
  }
634
633
  eventCard(eventType) {
635
634
  this.onAction.emit({ action: eventType, item: this.lesson });
@@ -767,6 +766,7 @@ class DCLessonListComponent extends EntityBaseListComponent {
767
766
  this.cardEventSubs = [];
768
767
  this.filterConfig.returnProps = {
769
768
  title: 1,
769
+ name: 1,
770
770
  description: 1,
771
771
  media: 1,
772
772
  manageable: 1,