@banta/sdk 4.7.3 → 4.7.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7909,7 +7909,7 @@ class AttachmentButtonComponent {
7909
7909
  attachment.transientState.errorMessage = "Failed to upload";
7910
7910
  console.error(`[Banta] Caught an error while uploading image to CDN:`);
7911
7911
  console.error(e);
7912
- alert(`Failed to upload image. Please try again later.`);
7912
+ alert(e.message);
7913
7913
  this._attachmentError.next(attachment);
7914
7914
  return;
7915
7915
  }