mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-04-20 03:40:49 +02:00
Fixed: History PropTypes warning
This commit is contained in:
parent
4a851c37d5
commit
40d55b915e
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ class HistoryOptions extends Component {
|
|||
}
|
||||
|
||||
HistoryOptions.propTypes = {
|
||||
historyCleanupDays: PropTypes.bool.isRequired,
|
||||
historyCleanupDays: PropTypes.number.isRequired,
|
||||
dispatchSaveGeneralSettings: PropTypes.func.isRequired
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue