Skip to content

Commit bb6ee2e

Browse files
committed
fix app field on app file
1 parent 13ef83b commit bb6ee2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/sailpoint/sailpoint.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { LIMIT } from "./common/constants.mjs";
33

44
export default {
55
type: "app",
6-
app: "identitynow",
6+
app: "sailpoint",
77
propDefinitions: {
88
requestedFor: {
99
type: "string[]",

0 commit comments

Comments
 (0)