refactor: improve alert error context and copy action
This commit is contained in:
@@ -399,7 +399,7 @@ private struct LogContentInnerView: View {
|
||||
cleanup()
|
||||
logFileURL = nil
|
||||
if case let .failure(error) = result {
|
||||
alert = AlertState(error: error)
|
||||
alert = AlertState(action: "export log file", error: error)
|
||||
}
|
||||
}
|
||||
.sheet(isPresented: $showShareSheet) {
|
||||
|
||||
Reference in New Issue
Block a user