Skip to content

Commit

Permalink
fix(chat): fix ts error
Browse files Browse the repository at this point in the history
  • Loading branch information
Magomed-Elbi Dzhukalaev committed Oct 4, 2024
1 parent 4afa5fa commit 65dd93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/chat/src/components/Chat/ConversationSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export const ConversationSettings = ({
{(!model || model.type !== EntityType.Application) && (
<SettingContainer>
<TemperatureSlider
label={t('Temperature')}
label={t('Temperature') ?? ''}
onChangeTemperature={onChangeTemperature}
temperature={temperature}
disabled={isPlayback}
Expand Down

0 comments on commit 65dd93c

Please sign in to comment.