Skip to content

Commit e11fd38

Browse files
committed
1715 - SF
1 parent 57af6b1 commit e11fd38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/pages/platform/workflow-editor/components/Properties/components/PropertyComboBox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ const PropertyComboBox = ({
170170
leadingIcon && 'relative',
171171
showInputTypeSwitchButton && 'mt-0'
172172
)}
173-
disabled={isRefetching || noOptionsAvailable || missingConnection}
173+
disabled={isRefetching || noOptionsAvailable || !!missingConnection}
174174
name={name}
175175
role="combobox"
176176
variant="outline"

0 commit comments

Comments
 (0)