mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-22 00:47:29 -06:00
SDA-4087 out of office presence bugfix (#1754)
This commit is contained in:
parent
ddf7e67728
commit
e0197135e5
@ -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,
|
||||
);
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user