Merge branch 'develop' into feature/enhanced-template-support

This commit is contained in:
Muhsin Keloth
2025-07-23 14:31:06 +04:00
committed by GitHub
28 changed files with 300 additions and 199 deletions
@@ -281,6 +281,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 = {