Skip to content

Commit

Permalink
Adding leave excuse value
Browse files Browse the repository at this point in the history
  • Loading branch information
maayarosama committed Apr 4, 2024
1 parent ea950e7 commit 5db4002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/components/requests/leaveRequest.vue
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ export default {
reason: 'compensation'
},
{
name: `Leave Request ${data[0].compensation.reserved} / `,
reason: 'leave_request'
name: `Leave Excuse ${data[0].leave_excuses.reserved} / ${data[0].leave_excuses.all}`,
reason: 'leave_excuses'
}
]
}
Expand Down

0 comments on commit 5db4002

Please sign in to comment.