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 11import { REQUEST_TYPE_OPTIONS } from "../../common/constants.mjs" ;
2- import identitynow from "../../identitynow .app.mjs" ;
2+ import sailpoint from "../../sailpoint .app.mjs" ;
33
44export default {
55 key : "sailpoint-submit-access-request" ,
@@ -8,10 +8,10 @@ export default {
88 version : "0.0.1" ,
99 type : "action" ,
1010 props : {
11- identitynow ,
11+ sailpoint ,
1212 requestedFor : {
1313 propDefinition : [
14- identitynow ,
14+ sailpoint ,
1515 "requestedFor" ,
1616 ] ,
1717 } ,
@@ -35,7 +35,7 @@ export default {
3535 } ,
3636 } ,
3737 async run ( { $ } ) {
38- const response = await this . identitynow . submitAccessRequest ( {
38+ const response = await this . sailpoint . submitAccessRequest ( {
3939 $,
4040 data : {
4141 requestedFor : this . requestedFor ,
You can’t perform that action at this time.
0 commit comments