Skip to content

Commit

Permalink
Merge pull request #731 from nisan-abeywickrama/fix-add-document
Browse files Browse the repository at this point in the history
Fix add document not working in publisher portal
  • Loading branch information
lasanthaS committed Sep 3, 2024
2 parents f86cd2e + ef1da13 commit ff72405
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -916,4 +916,4 @@ const ForwardedCreateEditForm = forwardRef((props, ref) => {
return <CreateEditForm ref={childRef} {...props} />;
});

export default injectIntl(ForwardedCreateEditForm);
export default injectIntl(ForwardedCreateEditForm,{ forwardRef: true });

0 comments on commit ff72405

Please sign in to comment.