* fix adf lint (#7152)

This commit is contained in:
Dharan
2021-07-05 20:25:02 +05:30
committed by GitHub
parent cb5c3abd7c
commit 8024f828f7
3 changed files with 7 additions and 8 deletions

View File

@@ -60,7 +60,6 @@ export class CardViewSelectItemComponent extends BaseCardView<CardViewSelectItem
}
ngOnInit() {
console.log
this.getOptions()
.pipe(takeUntil(this.onDestroy$))
.subscribe((options: CardViewSelectItemOption<string>[]) => {