Skip to content

Commit 89f878e

Browse files
committed
Don't need season related options
1 parent df7a383 commit 89f878e

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

frontend/src/AddSeries/AddNewSeries/AddNewSeriesModalContent.js

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -167,42 +167,6 @@ class AddNewSeriesModalContent extends Component {
167167
/>
168168
</FormGroup>
169169

170-
<FormGroup>
171-
<FormLabel>
172-
Series Type
173-
174-
<Popover
175-
anchor={
176-
<Icon
177-
className={styles.labelIcon}
178-
name={icons.INFO}
179-
/>
180-
}
181-
title="Series Types"
182-
body={<SeriesTypePopoverContent />}
183-
position={tooltipPositions.RIGHT}
184-
/>
185-
</FormLabel>
186-
187-
<FormInputGroup
188-
type={inputTypes.SERIES_TYPE_SELECT}
189-
name="seriesType"
190-
onChange={onInputChange}
191-
{...seriesType}
192-
/>
193-
</FormGroup>
194-
195-
<FormGroup>
196-
<FormLabel>Season Folder</FormLabel>
197-
198-
<FormInputGroup
199-
type={inputTypes.CHECK}
200-
name="seasonFolder"
201-
onChange={onInputChange}
202-
{...seasonFolder}
203-
/>
204-
</FormGroup>
205-
206170
<FormGroup>
207171
<FormLabel>Tags</FormLabel>
208172

0 commit comments

Comments
 (0)