We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cdfc62 commit 7390e3cCopy full SHA for 7390e3c
1 file changed
EffectorForms/Set+ValidationEvent.swift
@@ -3,5 +3,5 @@ extension Set where Element == ValidationEvent {
3
4
static let submit = Set([ValidationEvent.submit])
5
static let change = Set([ValidationEvent.change])
6
- static let blue = Set([ValidationEvent.blur])
+ static let blur = Set([ValidationEvent.blur])
7
}
0 commit comments