Skip to content

Commit

Permalink
Minor.
Browse files Browse the repository at this point in the history
  • Loading branch information
revanth0212 committed Oct 13, 2020
1 parent 79621d4 commit 25a4af2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const CreateWishlist = props => {
id: 'createWishlist.save',
defaultMessage: 'Save'
})}
formProps={{ initialValues: { listtype: 'private' } }}
formProps={{ initialValues: { sharing_code: 'private' } }}
isModal={true}
isOpen={isModalOpen}
onCancel={handleHideModal}
Expand Down

0 comments on commit 25a4af2

Please sign in to comment.