From 9c33f73e6456ac8b0bd1bb10920e6b86564cca56 Mon Sep 17 00:00:00 2001 From: bosiraphael Date: Wed, 30 Oct 2024 10:30:50 +0100 Subject: [PATCH] update dependency array --- .../components/ActivateWorkflowActionEffect.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/twenty-front/src/modules/action-menu/actions/record-actions/workflow-actions/components/ActivateWorkflowActionEffect.tsx b/packages/twenty-front/src/modules/action-menu/actions/record-actions/workflow-actions/components/ActivateWorkflowActionEffect.tsx index 095830229..beaf08b04 100644 --- a/packages/twenty-front/src/modules/action-menu/actions/record-actions/workflow-actions/components/ActivateWorkflowActionEffect.tsx +++ b/packages/twenty-front/src/modules/action-menu/actions/record-actions/workflow-actions/components/ActivateWorkflowActionEffect.tsx @@ -74,6 +74,8 @@ export const ActivateWorkflowActionEffect = ({ }, [ activateWorkflowVersion, addActionMenuEntry, + deactivateWorkflowVersion, + isWorkflowActive, objectMetadataItem, position, removeActionMenuEntry,