Fix Activities and Tasks modules (#2561)
* Fix activities * Fix Timeline * Refactor useCreateOne and useUpdateOne records * Fix seeds
This commit is contained in:
@ -63,7 +63,7 @@ export const ActivityComments = ({
|
||||
}: ActivityCommentsProps) => {
|
||||
const currentUser = useRecoilValue(currentUserState);
|
||||
const { createOneObject } = useCreateOneObjectRecord({
|
||||
objectNamePlural: 'commentsV2',
|
||||
objectNameSingular: 'commentV2',
|
||||
});
|
||||
|
||||
if (!currentUser) {
|
||||
|
||||
Reference in New Issue
Block a user