Fix skip options

This commit is contained in:
Ajay Ramachandran
2020-06-03 20:30:25 -04:00
parent ca2727655e
commit fa7f577177

View File

@@ -59,6 +59,7 @@ class CategorySkipOptionsComponent extends React.Component<CategorySkipOptionsPr
<td id={this.props.category + "SkipOption"}>
<select
className="categoryOptionsSelector"
defaultValue={defaultOption}
onChange={this.skipOptionSelected.bind(this)}>
{this.getCategorySkipOptions()}
</select>