mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-24 05:47:22 -04: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…
Add table
Add a link
Reference in a new issue