|
@@ -79,7 +79,7 @@ export class OptionsLineComponent extends React.Component<IOptionsLineComponentP
|
|
|
|
|
|
</div>
|
|
</div>
|
|
<div className="options">
|
|
<div className="options">
|
|
- <select onChange={evt => this.updateValue(evt.target.value)} value={this.state.value || ""}>
|
|
|
|
|
|
+ <select onChange={evt => this.updateValue(evt.target.value)} value={this.state.value ?? ""}>
|
|
{
|
|
{
|
|
this.props.options.map(option => {
|
|
this.props.options.map(option => {
|
|
return (
|
|
return (
|