Skip to content

Commit

Permalink
fix(admin-ui): Show correct facet value language version on lang change
Browse files Browse the repository at this point in the history
Fixes #2889
  • Loading branch information
michaelbromley committed Jun 17, 2024
1 parent ea682e4 commit 7a62e7a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,8 @@ export class FacetDetailComponent
if (!valueControl) {
valueControl = this.formBuilder.group(group);
currentValuesFormGroup.addControl(value.id, valueControl);
} else {
valueControl.patchValue(group);
}
if (this.customValueFields.length) {
let customValueFieldsGroup = valueControl.get(['customFields']) as
Expand Down

0 comments on commit 7a62e7a

Please sign in to comment.