Skip to content

Commit

Permalink
fix(select): remove memoize() from values getter
Browse files Browse the repository at this point in the history
  • Loading branch information
Sisha0 committed Mar 1, 2023
1 parent 7151456 commit 0246fa1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/settings/select-setting/select-setting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ export class UIPSelectSetting extends UIPSetting {
}

/** Collects all options' values */
@memoize()
protected get settingOptions(): string[] {
return this.$field.options.map(opt => opt.value);
}
Expand Down

0 comments on commit 0246fa1

Please sign in to comment.