diff --git a/client/src/pages/platform/workflow-editor/components/properties/components/PropertyDynamicProperties.tsx b/client/src/pages/platform/workflow-editor/components/properties/components/PropertyDynamicProperties.tsx index 64ebbf24f7..61127ba6ba 100644 --- a/client/src/pages/platform/workflow-editor/components/properties/components/PropertyDynamicProperties.tsx +++ b/client/src/pages/platform/workflow-editor/components/properties/components/PropertyDynamicProperties.tsx @@ -69,7 +69,7 @@ const PropertyDynamicProperties = ({ const isPending = lookupDependsOnValuesKey !== lastProcessedKey; - if (isLoading || isPending) { + if ((isLoading || isPending) && queryEnabled) { return (