diff --git a/packages/twenty-front/src/modules/activities/right-drawer/components/RightDrawerActivity.tsx b/packages/twenty-front/src/modules/activities/right-drawer/components/RightDrawerActivity.tsx index 8e0a12c73..620e5ce39 100644 --- a/packages/twenty-front/src/modules/activities/right-drawer/components/RightDrawerActivity.tsx +++ b/packages/twenty-front/src/modules/activities/right-drawer/components/RightDrawerActivity.tsx @@ -2,6 +2,7 @@ import styled from '@emotion/styled'; import { ActivityEditor } from '@/activities/components/ActivityEditor'; import { ActivityEditorEffect } from '@/activities/components/ActivityEditorEffect'; +import { RecordValueSetterEffect } from '@/object-record/record-store/components/RecordValueSetterEffect'; const StyledContainer = styled.div` box-sizing: border-box; @@ -26,6 +27,7 @@ export const RightDrawerActivity = ({ }: RightDrawerActivityProps) => { return ( + { return ( - - - - - - - - - + + + + + + + + + + + } + rightComponent={ + - - } - rightComponent={ - - } - /> - - - - + } + /> + + + + + ); };