fix(react): fix add links (#3194)

This commit is contained in:
John Joyce 2021-09-03 11:54:43 -07:00 committed by GitHub
parent fd70ed109a
commit a6aedf6492
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ export const AddLinkModal = ({ buttonProps }: { buttonProps?: Record<string, unk
});
newLinks.push({
author: user?.corpUser,
author: user?.corpUser.urn,
createdAt: Date.now(),
...formData,
});