Skip to content

Commit 61047ea

Browse files
committed
added interviewId to async options
1 parent 8978c7c commit 61047ea

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

components/workday/actions/get-interview-details/get-interview-details.mjs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ export default {
1313
props: {
1414
workday,
1515
interviewId: {
16-
type: "string",
17-
label: "Interview ID",
18-
description: "The unique identifier for the interview.",
16+
propDefinition: [
17+
workday,
18+
"interviewId",
19+
],
1920
},
2021
},
2122
async run({ $ }) {

0 commit comments

Comments
 (0)