Skip to content

Commit bb2d299

Browse files
committed
updates
1 parent dec32aa commit bb2d299

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/breathe/sources/new-leave-request-created/new-leave-request-created.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default {
1717
],
1818
type: "string[]",
1919
label: "Employee IDs",
20-
description: "Return leave requests for the selected employees only",
20+
description: "Return leave requests for the selected employees only. If no employees are selected, leave requests for all employees will be returned.",
2121
optional: true,
2222
},
2323
},
@@ -38,6 +38,7 @@ export default {
3838
if (this.employeeIds?.length === 1) {
3939
args.params.employee_id = this.employeeIds[0];
4040
}
41+
return args;
4142
},
4243
getResourceKey() {
4344
return "leave_requests";

0 commit comments

Comments
 (0)