diff --git a/apps/dashboard/src/utils/constants.ts b/apps/dashboard/src/utils/constants.ts index 6773ca35958..765f1e65b81 100644 --- a/apps/dashboard/src/utils/constants.ts +++ b/apps/dashboard/src/utils/constants.ts @@ -14,4 +14,4 @@ export const UNSUPPORTED_STEP_TYPES: readonly StepTypeEnum[] = [ export const INLINE_CONFIGURABLE_STEP_TYPES: readonly StepTypeEnum[] = [StepTypeEnum.DELAY]; -export const TEMPLATE_CONFIGURABLE_STEP_TYPES: readonly StepTypeEnum[] = [StepTypeEnum.IN_APP]; +export const TEMPLATE_CONFIGURABLE_STEP_TYPES: readonly StepTypeEnum[] = [StepTypeEnum.IN_APP, StepTypeEnum.EMAIL];