mirror of https://github.com/Radarr/Radarr
Fix issue where options button gets into a state of disabled with no way to re-enable it unless you add a list with movies in it
This commit is contained in:
parent
bc83e902cc
commit
f7e208afe1
|
@ -317,7 +317,6 @@ class DiscoverMovie extends Component {
|
|||
<PageToolbarButton
|
||||
label={translate('Options')}
|
||||
iconName={icons.POSTER}
|
||||
isDisabled={hasNoMovie}
|
||||
onPress={this.onPosterOptionsPress}
|
||||
/> :
|
||||
null
|
||||
|
@ -328,7 +327,6 @@ class DiscoverMovie extends Component {
|
|||
<PageToolbarButton
|
||||
label={translate('Options')}
|
||||
iconName={icons.OVERVIEW}
|
||||
isDisabled={hasNoMovie}
|
||||
onPress={this.onOverviewOptionsPress}
|
||||
/> :
|
||||
null
|
||||
|
|
Loading…
Reference in New Issue