Skip to content

Commit

Permalink
SDA-4087 out of office presence bugfix (finos#1754)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbenmoussati authored and NguyenTranHoangSym committed Aug 15, 2023
1 parent 4f81452 commit 35f7627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/presence-status-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,11 +196,11 @@ class PresenceStatus {
)(),
type: 'checkbox',
visible: isMana,
checked: presence.statusGroup === EPresenceStatusGroup.OFFLINE,
checked: presence.statusGroup === EPresenceStatusGroup.ABSENT,
click: () => {
this.handlePresenceChange(
EPresenceStatusCategory.OUT_OF_OFFICE,
EPresenceStatusGroup.OFFLINE,
EPresenceStatusGroup.ABSENT,
);
},
},
Expand Down

0 comments on commit 35f7627

Please sign in to comment.