Skip to content

Commit

Permalink
added onboarding option in filter
Browse files Browse the repository at this point in the history
  • Loading branch information
fakhruddinkw committed Jul 15, 2023
1 parent 0561320 commit 98c920a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions users/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ function populateAvailability() {
{ name: 'Active', id: 'ACTIVE' },
{ name: 'Ooo (Out of Office)', id: 'OOO' },
{ name: 'Idle', id: 'IDLE' },
{ name: 'Onboarding', id: 'ONBOARDING' },
];
for (let i = 0; i < availabilityArr.length; i++) {
const { name, id } = availabilityArr[i];
Expand Down

0 comments on commit 98c920a

Please sign in to comment.