diff --git a/web/app/components/workflow/utils/workflow-init.ts b/web/app/components/workflow/utils/workflow-init.ts index 764ee67cdc..28f0991fa0 100644 --- a/web/app/components/workflow/utils/workflow-init.ts +++ b/web/app/components/workflow/utils/workflow-init.ts @@ -43,7 +43,7 @@ type NodeWithOptionalDimensions = Pick & { height?: number } -export const shouldUseExplicitNodeDimensions = (node: Pick) => { +const shouldUseExplicitNodeDimensions = (node: Pick) => { return node.type === CUSTOM_NOTE_NODE || node.data.type === BlockEnum.Iteration || node.data.type === BlockEnum.Loop