Skip to content

Commit 1670f57

Browse files
[DSC-2860] restore metrics
1 parent 33604d3 commit 1670f57

2 files changed

Lines changed: 2 additions & 1 deletion

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-search [showCharts]="true" [collapseCharts]="true" [showChartsToggle]="true" [showCsvExport]="false" [showExport]="true" [showMetrics]="true" [trackStatistics]="true"></ds-search>

src/app/shared/comcol/sections/comcol-search-section/comcol-search-section.component.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
[showSidebar]="showSidebar$ | async"
44
[showScopeSelector]="false"
55
[hideScopeInUrl]="true"
6+
[showMetrics]="true"
67
[scope]="(comcol$ | async)?.id">
78
</ds-search>

0 commit comments

Comments
 (0)