Skip to content

Commit

Permalink
Fix add document not working
Browse files Browse the repository at this point in the history
  • Loading branch information
nisan-abeywickrama committed Sep 2, 2024
1 parent f86cd2e commit ef1da13
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 ef1da13

Please sign in to comment.