Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit 6436a37

Browse files
committed
Merge branch 'master' of github.com:davidkpiano/react-redux-form
2 parents 1a0a8b6 + a139cb0 commit 6436a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ export function checkAvailability(username) {
169169
.then((response) => {
170170
dispatch(actions.setValidity('user.username', {
171171
available: response.available
172-
});
172+
}));
173173

174174
dispatch(actions.setPending('user.username', false));
175175
});

0 commit comments

Comments
 (0)