1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-25 22:46:31 -04:00

Fixed: Limit Queue maximum page size to 200

Closes #6899
This commit is contained in:
Mark McDowall
2024-06-25 15:53:17 -07:00
committed by Mark McDowall
parent bce848facf
commit 6de536a7ad
2 changed files with 5 additions and 2 deletions
+1
View File
@@ -217,6 +217,7 @@ class Queue extends Component {
>
<TableOptionsModalWrapper
columns={columns}
maxPageSize={200}
{...otherProps}
optionsComponent={QueueOptionsConnector}
>