Skip to content

Commit

Permalink
feat: activate showing apply and reset buttons for profiling filterbar
Browse files Browse the repository at this point in the history
feat: change dimension keys used for profiling filterbar
  • Loading branch information
tkubica-edu committed Nov 8, 2024
1 parent 5333cd8 commit 7c53c99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/wlo-search/template/template.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,9 @@ <h2 class="side-menu-header">Wer bist du?</h2>
<wlo-filter-bar
alignment="vertical"
[requestInProgress]="requestInProgress"
[manualApplyAndResetButtons]="true"
[metadataSetName]="defaultMds"
[selectDimensionKeysOfInterest]="verticalFilterbarDimensionKeys"
[selectDimensionKeysOfInterest]="profilingFilterbarDimensionKeys"
[viewModes]="['radio', 'checkbox']"
(selectDimensionsChanged)="selectDimensionsChanged($event)"
(selectValuesChanged)="selectValuesChanged($event)"
Expand Down

0 comments on commit 7c53c99

Please sign in to comment.