diff options
author | Ajay Ramachandran <[email protected]> | 2020-06-03 20:30:25 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2020-06-03 20:30:25 -0400 |
commit | fa7f5771779d3c982253364c0a7c1e1aa8f55aa7 (patch) | |
tree | 5986d98541af1e084a68bfe3fd65eccabda143fd | |
parent | ca2727655eff4cbcfa6e3e7eff2befd0fd2bb331 (diff) | |
download | SponsorBlock-fa7f5771779d3c982253364c0a7c1e1aa8f55aa7.tar.gz SponsorBlock-fa7f5771779d3c982253364c0a7c1e1aa8f55aa7.zip |
Fix skip options
-rw-r--r-- | src/components/CategorySkipOptionsComponent.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/CategorySkipOptionsComponent.tsx b/src/components/CategorySkipOptionsComponent.tsx index eef5636d..5b89c94a 100644 --- a/src/components/CategorySkipOptionsComponent.tsx +++ b/src/components/CategorySkipOptionsComponent.tsx @@ -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> |