We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f876114 + 0d8ca9d commit 824d195Copy full SHA for 824d195
3 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "cipp",
3
- "version": "10.5.1",
+ "version": "10.5.2",
4
"author": "CIPP Contributors",
5
"homepage": "https://cipp.app/",
6
"bugs": {
public/version.json
@@ -1,3 +1,3 @@
- "version": "10.5.1"
+ "version": "10.5.2"
}
src/pages/email/administration/quarantine/index.js
@@ -182,6 +182,7 @@ const Page = () => {
182
<CippTablePage
183
title={pageTitle}
184
apiUrl="/api/ListMailQuarantine"
185
+ apiData={{ manualPagination: true }}
186
apiDataKey="Results"
187
actions={actions}
188
offCanvas={offCanvas}
0 commit comments