Fix modal title for Manage Episodes in Season
This commit is contained in:
parent
154da57dc5
commit
df199ce0d8
|
@ -496,6 +496,7 @@ class SeriesDetailsSeason extends Component {
|
||||||
autoSelectRow={false}
|
autoSelectRow={false}
|
||||||
showDelete={true}
|
showDelete={true}
|
||||||
showImportMode={false}
|
showImportMode={false}
|
||||||
|
modalTitle={'Manage Episodes'}
|
||||||
onModalClose={this.onManageEpisodesModalClose}
|
onModalClose={this.onManageEpisodesModalClose}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue