File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
components/sailpoint/actions/submit-access-request Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
import { REQUEST_TYPE_OPTIONS } from "../../common/constants.mjs" ;
2
- import identitynow from "../../identitynow .app.mjs" ;
2
+ import sailpoint from "../../sailpoint .app.mjs" ;
3
3
4
4
export default {
5
5
key : "sailpoint-submit-access-request" ,
@@ -8,10 +8,10 @@ export default {
8
8
version : "0.0.1" ,
9
9
type : "action" ,
10
10
props : {
11
- identitynow ,
11
+ sailpoint ,
12
12
requestedFor : {
13
13
propDefinition : [
14
- identitynow ,
14
+ sailpoint ,
15
15
"requestedFor" ,
16
16
] ,
17
17
} ,
@@ -35,7 +35,7 @@ export default {
35
35
} ,
36
36
} ,
37
37
async run ( { $ } ) {
38
- const response = await this . identitynow . submitAccessRequest ( {
38
+ const response = await this . sailpoint . submitAccessRequest ( {
39
39
$,
40
40
data : {
41
41
requestedFor : this . requestedFor ,
You can’t perform that action at this time.
0 commit comments