Skip to content

Commit

Permalink
Merge pull request #1601 from UUDigitalHumanitieslab/feature/bugfix-1594
Browse files Browse the repository at this point in the history
Use correct options in ngram compensation dropdown
  • Loading branch information
JeltevanBoheemen committed Jun 19, 2024
2 parents c36adb2 + c3a7e6f commit 3ebd88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/visualization/ngram/ngram.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
(onChange)="onParameterChange('freqCompensation', $event.value)">
<span iaDropdownLabel>{{currentFreqCompensationOption?.label}}</span>
<div iaDropdownMenu>
<a *ngFor="let option of positionsOptions"
<a *ngFor="let option of freqCompensationOptions"
iaDropdownItem [value]="option">
{{option.label}}
</a>
Expand Down

0 comments on commit 3ebd88a

Please sign in to comment.