feat: Adds image support for message signature (#7827)

Co-authored-by: Shivam Mishra <scm.mymail@gmail.com>
This commit is contained in:
Sivin Varghese
2023-09-11 10:23:45 +05:30
committed by GitHub
parent 6c39aed882
commit e39d19b1e8
8 changed files with 217 additions and 5 deletions

View File

@@ -101,6 +101,7 @@ export default {
}
} finally {
this.isUpdating = false;
this.initValues();
this.showAlert(this.errorMessage);
}
},