Skip to content

Commit

Permalink
submit is no longer an optional
Browse files Browse the repository at this point in the history
  • Loading branch information
fraune committed Mar 6, 2024
1 parent ec14b6c commit e43a113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ extension CustomKeyboard {
}
Button("Can you repeat the question?") {
playSystemFeedback?()
submit?()
submit()
}
}
.buttonStyle(.bordered)
Expand Down

0 comments on commit e43a113

Please sign in to comment.