mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-30 02:07:04 +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({
|
newLinks.push({
|
||||||
author: user?.corpUser,
|
author: user?.corpUser.urn,
|
||||||
createdAt: Date.now(),
|
createdAt: Date.now(),
|
||||||
...formData,
|
...formData,
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user