diff --git a/packages/twenty-front/src/modules/workflow/workflow-steps/workflow-actions/constants/RecordActions.ts b/packages/twenty-front/src/modules/workflow/workflow-steps/workflow-actions/constants/RecordActions.ts index 37c374a39..2d27e9761 100644 --- a/packages/twenty-front/src/modules/workflow/workflow-steps/workflow-actions/constants/RecordActions.ts +++ b/packages/twenty-front/src/modules/workflow/workflow-steps/workflow-actions/constants/RecordActions.ts @@ -23,9 +23,10 @@ export const RECORD_ACTIONS: Array<{ type: 'DELETE_RECORD', icon: 'IconTrash', }, - { - label: 'Search Records', - type: 'FIND_RECORDS', - icon: 'IconSearch', - }, + // TODO: Add search records action + // { + // label: 'Search Records', + // type: 'FIND_RECORDS', + // icon: 'IconSearch', + // }, ];