1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +02:00

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:
nitsua 2020-09-07 01:43:03 -04:00 committed by Qstick
parent bc83e902cc
commit f7e208afe1

View File

@ -317,7 +317,6 @@ class DiscoverMovie extends Component {
<PageToolbarButton <PageToolbarButton
label={translate('Options')} label={translate('Options')}
iconName={icons.POSTER} iconName={icons.POSTER}
isDisabled={hasNoMovie}
onPress={this.onPosterOptionsPress} onPress={this.onPosterOptionsPress}
/> : /> :
null null
@ -328,7 +327,6 @@ class DiscoverMovie extends Component {
<PageToolbarButton <PageToolbarButton
label={translate('Options')} label={translate('Options')}
iconName={icons.OVERVIEW} iconName={icons.OVERVIEW}
isDisabled={hasNoMovie}
onPress={this.onOverviewOptionsPress} onPress={this.onOverviewOptionsPress}
/> : /> :
null null