Skip to content

Commit

Permalink
fix: make selectedresult optional
Browse files Browse the repository at this point in the history
  • Loading branch information
silvester-pari committed Aug 21, 2023
1 parent 22c7d3a commit 8716e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elements/itemfilter/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ export class EOxItemFilter extends TemplateElement {
type="radio"
name="result"
id="${item.id}"
checked=${this.selectedResult[
checked=${this.selectedResult?.[
this._config.titleProperty
] === item[this._config.titleProperty] ||
nothing}
Expand Down

0 comments on commit 8716e4e

Please sign in to comment.