1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-21 22:05:38 -04:00

Fixed: Add list exclusion on delete

Fixes #3963
This commit is contained in:
Mark McDowall
2020-09-15 22:40:25 -07:00
parent 7ed347269f
commit cd2368f5f3
8 changed files with 40 additions and 14 deletions
@@ -98,7 +98,6 @@ class DeleteSeriesModalContent extends Component {
name="addImportListExclusion"
value={addImportListExclusion}
helpText="Prevent series from being added to Sonarr by lists"
kind={kinds.DANGER}
onChange={this.onAddImportListExclusionChange}
/>
</FormGroup>