Skip to content

Commit

Permalink
fix: broken thread settings - component disabled (janhq#2696)
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-jan authored Apr 11, 2024
1 parent 8cea51e commit d5946e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/screens/Chat/ModelSetting/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const ModelSetting: React.FC<Props> = ({
disabled = false,
}) => (
<SettingComponentBuilder
disabled={!disabled}
disabled={disabled}
componentProps={componentProps}
onValueUpdated={onValueChanged}
/>
Expand Down

0 comments on commit d5946e6

Please sign in to comment.