mirror of
https://github.com/lingble/chatwoot.git
synced 2025-12-06 12:55:26 +00:00
Merge branch 'develop' into feat/voice-channel
This commit is contained in:
@@ -317,6 +317,13 @@ export const actions = {
|
||||
throw new Error(error);
|
||||
}
|
||||
},
|
||||
syncTemplates: async (_, inboxId) => {
|
||||
try {
|
||||
await InboxesAPI.syncTemplates(inboxId);
|
||||
} catch (error) {
|
||||
throw new Error(error);
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
export const mutations = {
|
||||
|
||||
Reference in New Issue
Block a user