Skip to content

Commit

Permalink
chore: fix Form backend communication example story (#3740)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrl authored Jul 24, 2023
1 parent d738901 commit f5d8167
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const api = {
console.log('Submit with Inline Errors. Form values:', values)

return responseWithDelay({
inlineErrorName: 'Unknown first name',
'backendCommunication-inlineErrorName': 'Unknown first name',
})
},
submitWithCustomNotificationError: (values: any) => {
Expand Down

0 comments on commit f5d8167

Please sign in to comment.