Skip to content

Commit

Permalink
Make InputField.ValidationState Sendable
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscojrp authored Oct 31, 2024
1 parent e1a5d0f commit 2706b96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ private enum Constants {
}

public struct InputField: View {
public enum ValidationState: Int, Identifiable, Equatable {
public enum ValidationState: Int, Identifiable, Equatable, Sendable {
case normal
case invalid

Expand Down

0 comments on commit 2706b96

Please sign in to comment.