We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57af6b1 commit e11fd38Copy full SHA for e11fd38
client/src/pages/platform/workflow-editor/components/Properties/components/PropertyComboBox.tsx
@@ -170,7 +170,7 @@ const PropertyComboBox = ({
170
leadingIcon && 'relative',
171
showInputTypeSwitchButton && 'mt-0'
172
)}
173
- disabled={isRefetching || noOptionsAvailable || missingConnection}
+ disabled={isRefetching || noOptionsAvailable || !!missingConnection}
174
name={name}
175
role="combobox"
176
variant="outline"
0 commit comments