Skip to content

Commit b234ed8

Browse files
authored
Merge pull request #21 from KelvinTegelaar/main
[pull] main from KelvinTegelaar:main
2 parents d70b60f + 0d8ca9d commit b234ed8

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cipp",
3-
"version": "10.5.1",
3+
"version": "10.5.2",
44
"author": "CIPP Contributors",
55
"homepage": "https://cipp.app/",
66
"bugs": {

public/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "10.5.1"
2+
"version": "10.5.2"
33
}

src/pages/email/administration/quarantine/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ const Page = () => {
182182
<CippTablePage
183183
title={pageTitle}
184184
apiUrl="/api/ListMailQuarantine"
185+
apiData={{ manualPagination: true }}
185186
apiDataKey="Results"
186187
actions={actions}
187188
offCanvas={offCanvas}

0 commit comments

Comments
 (0)