chore: Review fix

This commit is contained in:
iamsivin
2026-04-02 23:09:21 +05:30
parent 35715ae841
commit 1e3be0ac24
@@ -205,6 +205,10 @@ export default {
...attrs,
});
useAlert(this.$t('CONTACT_FORM.SUCCESS_MESSAGE'));
await this.$store.dispatch(
'contacts/fetchContactableInbox',
this.contact.id
);
} catch (error) {
useAlert(error.message || this.$t('CONTACT_FORM.ERROR_MESSAGE'));
}