This commit is contained in:
Benjamin Faershtein 2025-06-05 08:28:04 -07:00
parent bd666a742c
commit 8ef6d0cea6

View file

@ -378,7 +378,7 @@ struct WaypointForm: View {
}
}
}
.alert("Waypoiny Failed to Send", isPresented: $waypointFailedAlert) {
.alert("Waypoint Failed to Send", isPresented: $waypointFailedAlert) {
Button("OK", role: .cancel) {
bleManager.context.delete(waypoint)
do {