mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-29 01:42:08 +00:00
fix(react): fix add links (#3194)
This commit is contained in:
parent
fd70ed109a
commit
a6aedf6492
@ -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,
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user