Skip to content

Commit 58aa8eb

Browse files
committed
chore: remove from option
1 parent 551cd32 commit 58aa8eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/features/ee/workflows/lib/getOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
} from "./constants";
1414

1515
export function getWorkflowActionOptions(t: TFunction, isOrgsPlan?: boolean) {
16-
return WORKFLOW_ACTIONS.map((action) => {
16+
return WORKFLOW_ACTIONS.filter((action) => action !== WorkflowActions.CAL_AI_PHONE_CALL).map((action) => {
1717
const actionString = t(`${action.toLowerCase()}_action`);
1818

1919
return {

0 commit comments

Comments
 (0)