Skip to content

Commit

Permalink
revert changes to setDraftValues
Browse files Browse the repository at this point in the history
  • Loading branch information
luacmartins committed Oct 7, 2022
1 parent 6b7ea35 commit b8ff23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/FormActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function setErrors(formID, errors) {
* @param {Object} draftValues
*/
function setDraftValues(formID, draftValues) {
Onyx.merge(`${formID}Draft`, draftValues);
Onyx.merge(`${formID}DraftValues`, draftValues);
}

export {
Expand Down

0 comments on commit b8ff23f

Please sign in to comment.