File tree Expand file tree Collapse file tree 1 file changed +0
-36
lines changed
frontend/src/AddSeries/AddNewSeries Expand file tree Collapse file tree 1 file changed +0
-36
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments