Skip to content

Commit

Permalink
fix(AttachmentUploadCell): Need to pass MailboxManager environment (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeWeidmann authored Dec 13, 2024
2 parents 778e6e9 + c1e66ee commit 2deb42a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ struct AttachmentUploadCell: View {
}
.sheet(item: $previewedAttachment) { previewedAttachment in
AttachmentPreview(attachment: previewedAttachment)
.environmentObject(mailboxManager)
}
}

Expand Down

0 comments on commit 2deb42a

Please sign in to comment.