Skip to content

Commit

Permalink
fix(change-password): retrieve initialValues from props over context
Browse files Browse the repository at this point in the history
  • Loading branch information
nylon22 committed Dec 19, 2024
1 parent 4865688 commit b89e59f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/change-password/src/ChangePasswordForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const ChangePasswordForm = ({
onError,
additionalButtons,
additionalFields,
initialValues,
header,
maxLength = 30,
currentPasswordProps,
Expand All @@ -31,7 +32,6 @@ const ChangePasswordForm = ({
setSuccess,
resource,
schema,
initialValues,
currentPasswordIconRef,
newPasswordIconRef,
confirmNewPasswordIconRef,
Expand Down

0 comments on commit b89e59f

Please sign in to comment.