fix: broken thread settings - component disabled (#2696)
This commit is contained in:
parent
8cea51e733
commit
d5946e68cd
@ -16,7 +16,7 @@ const ModelSetting: React.FC<Props> = ({
|
||||
disabled = false,
|
||||
}) => (
|
||||
<SettingComponentBuilder
|
||||
disabled={!disabled}
|
||||
disabled={disabled}
|
||||
componentProps={componentProps}
|
||||
onValueUpdated={onValueChanged}
|
||||
/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user