Skip to content

Commit

Permalink
Merge pull request nrkno#239 from tv2/SOF-1423/variantOnlyAllowConfig…
Browse files Browse the repository at this point in the history
…ItemFromTopOfList

SOF-1423 Revert updateFunction back to not fetch .value
  • Loading branch information
LindvedKrvang committed Apr 20, 2023
2 parents a47683c + 12d1eed commit ea01ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meteor/client/ui/Settings/ConfigManifestSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ export class ConfigManifestSettings<
<EditAttributeDropdown
modifiedClassName="bghl"
options={this.getAddOptions()}
updateFunction={(_e, v) => this.setState({ addItemId: (v as { value: string }).value })}
updateFunction={(_e, v) => this.setState({ addItemId: v })}
overrideDisplayValue={this.state.addItemId}
/>
</div>
Expand Down

0 comments on commit ea01ce4

Please sign in to comment.