mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-25 01:06:30 +00:00
updateMechanism isn't available while fetching
This commit is contained in:
parent
9aea452829
commit
7922a3856e
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ Updates.propTypes = {
|
||||||
generalSettingsError: PropTypes.object,
|
generalSettingsError: PropTypes.object,
|
||||||
items: PropTypes.array.isRequired,
|
items: PropTypes.array.isRequired,
|
||||||
isInstallingUpdate: PropTypes.bool.isRequired,
|
isInstallingUpdate: PropTypes.bool.isRequired,
|
||||||
updateMechanism: PropTypes.string.isRequired,
|
updateMechanism: PropTypes.string,
|
||||||
shortDateFormat: PropTypes.string.isRequired,
|
shortDateFormat: PropTypes.string.isRequired,
|
||||||
onInstallLatestPress: PropTypes.func.isRequired
|
onInstallLatestPress: PropTypes.func.isRequired
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue