1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-21 22:05:43 -04:00

Set proper default props for Queue details and status

(cherry picked from commit dc099a77ca9e6993d386a2b70f1aff1fed34a32b)
This commit is contained in:
Bogdan
2023-10-19 14:39:23 +03:00
parent 233b85aaf3
commit b7aee25d0d
2 changed files with 7 additions and 3 deletions
@@ -81,4 +81,9 @@ QueueDetails.propTypes = {
progressBar: PropTypes.node.isRequired
};
QueueDetails.defaultProps = {
trackedDownloadStatus: 'ok',
trackedDownloadState: 'downloading'
};
export default QueueDetails;