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

Fixed: Limit Queue maximum page size to 200

(cherry picked from commit 6de536a7adcb604ec057d37873585fa665567437)
This commit is contained in:
Mark McDowall
2024-06-25 15:53:17 -07:00
committed by Bogdan
parent a607f167f4
commit 14f27cf2b6
2 changed files with 5 additions and 2 deletions

View File

@@ -219,6 +219,7 @@ class Queue extends Component {
>
<TableOptionsModalWrapper
columns={columns}
maxPageSize={200}
{...otherProps}
optionsComponent={QueueOptionsConnector}
>