File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
src/pages/identity/administration Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const Page = () => {
7
7
const actions = [
8
8
{
9
9
label : "Restore Object" ,
10
- type : "POST " ,
10
+ type : "GET " ,
11
11
url : "/api/ExecRestoreDeleted" ,
12
12
data : { TenantFilter : "Tenant" , ID : "id" } ,
13
13
confirmText : "Are you sure you want to restore this user?" ,
@@ -46,7 +46,6 @@ const Page = () => {
46
46
< CippTablePage
47
47
title = { pageTitle }
48
48
apiUrl = "/api/ListDeletedItems"
49
- apiDataKey = "Results"
50
49
actions = { actions }
51
50
offCanvas = { offCanvas }
52
51
simpleColumns = { columns }
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const Page = () => {
9
9
const actions = [
10
10
{
11
11
label : "Dismiss Risk" ,
12
- type : "POST " ,
12
+ type : "GET " ,
13
13
icon : < Clear /> ,
14
14
url : "/api/ExecDismissRiskyUser" ,
15
15
data : { userId : "id" , userDisplayName : "userDisplayName" } ,
You can’t perform that action at this time.
0 commit comments