Skip to content

Commit 557f1df

Browse files
Mattia VianelliMattia Vianelli
authored andcommitted
DSC-2194 Removed unused observable provided removed html tag
1 parent 97a129d commit 557f1df

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<ds-search [showCharts]="true" [collapseCharts]="true" [showChartsToggle]="true" [showCsvExport]="false" [showExport]="true" [trackStatistics]="true"></ds-search>
1+
<ds-themed-search [showCharts]="true" [collapseCharts]="true" [showChartsToggle]="true" [showCsvExport]="false" [showExport]="true" [trackStatistics]="true"></ds-themed-search>

src/app/shared/search/search-charts/search-charts.component.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,6 @@ export class SearchChartsComponent implements OnInit {
6969
*/
7070
isPlatformBrowser: boolean;
7171

72-
/**
73-
* Array with charts visibility
74-
*/
75-
chartsVisibilityList$: Observable<boolean[]> = of([true]);
76-
7772
/**
7873
* Prop that provides the boolean value for an existing valid chart (true if at least one valid chart is found)
7974
*/

0 commit comments

Comments
 (0)