summaryrefslogtreecommitdiff
path: root/DomainDig/AuditModeView.swift
diff options
context:
space:
mode:
Diffstat (limited to 'DomainDig/AuditModeView.swift')
-rw-r--r--DomainDig/AuditModeView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/DomainDig/AuditModeView.swift b/DomainDig/AuditModeView.swift
index fcd4083..b3e363e 100644
--- a/DomainDig/AuditModeView.swift
+++ b/DomainDig/AuditModeView.swift
@@ -57,7 +57,7 @@ struct AuditModeView: View {
}
}
.alert("Audit Export", isPresented: Binding(get: { exportMessage != nil }, set: { if !$0 { exportMessage = nil } })) {
- Button("OK", role: .cancel) {}
+ Button("OK", role: .cancel) { /* Dismiss only; SwiftUI closes the alert. */ }
} message: {
Text(exportMessage ?? "")
}