We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb5e239 + 611784f commit 53a39a3Copy full SHA for 53a39a3
GoInfoGame/GoInfoGame/UI/Map/CreateNoteView.swift
@@ -49,6 +49,7 @@ struct CreateNoteView: View {
49
.cornerRadius(9)
50
}
51
52
+ .disabled(noteText == "")
53
54
Button (action: {
55
showNotesBox = false
@@ -87,8 +88,8 @@ struct CreateNoteView: View {
87
88
89
90
} catch {
- alertMessage = "Error submitting note. Please try again later."
91
- print("Error creating note: \(error.localizedDescription)")
+ alertMessage = "Error submitting note: \(error.localizedDescription)"
92
+
93
dismissSheet(alertMessage)
94
95
0 commit comments