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,
|
disabled = false,
|
||||||
}) => (
|
}) => (
|
||||||
<SettingComponentBuilder
|
<SettingComponentBuilder
|
||||||
disabled={!disabled}
|
disabled={disabled}
|
||||||
componentProps={componentProps}
|
componentProps={componentProps}
|
||||||
onValueUpdated={onValueChanged}
|
onValueUpdated={onValueChanged}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user