Skip to content

Commit

Permalink
Merge pull request #1502 from Availity/fix/change-pw-initial-values
Browse files Browse the repository at this point in the history
fix(change-password): retrieve initialValues from props over context
  • Loading branch information
nylon22 authored Dec 19, 2024
2 parents 4865688 + b89e59f commit 063df0c
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 063df0c

Please sign in to comment.