ET-3112 Prettier attachment error view

This commit is contained in:
Jacek Krasiukianis
2025-06-11 09:04:23 +00:00
parent 059c37b0fb
commit fa49dc8dd9
@@ -53,8 +53,10 @@ struct AttachmentView: View {
private func errorView(error: Error) -> some View {
NavigationView {
Text(String(describing: error))
Text(error.localizedDescription)
.multilineTextAlignment(.center)
.modifier(ShowDoneNavBarButton())
.padding()
}
}
}