mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 03:27:52 +00:00
chore: Use availability in dashboard presence toggle (#3212)
This commit is contained in:
@@ -17,7 +17,7 @@ const i18nConfig = new VueI18n({
|
||||
});
|
||||
|
||||
describe('AvailabilityStatus', () => {
|
||||
const currentAvailabilityStatus = 'online' ;
|
||||
const currentAvailability = 'online';
|
||||
const currentAccountId = '1';
|
||||
let store = null;
|
||||
let actions = null;
|
||||
@@ -34,7 +34,7 @@ describe('AvailabilityStatus', () => {
|
||||
modules = {
|
||||
auth: {
|
||||
getters: {
|
||||
getCurrentUserAvailabilityStatus: () => currentAvailabilityStatus,
|
||||
getCurrentUserAvailability: () => currentAvailability,
|
||||
getCurrentAccountId: () => currentAccountId,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user