Rename component to ChatSettingsComboboxCustomWidth

This commit is contained in:
Imad Saddik 2026-01-03 08:37:09 +01:00
parent 0143112cf0
commit 00e6cafda6
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
import { SETTING_CONFIG_DEFAULT, SETTING_CONFIG_INFO } from '$lib/constants/settings-config';
import { settingsStore } from '$lib/stores/settings.svelte';
import { ChatSettingsParameterSourceIndicator } from '$lib/components/app';
import CustomWidthCombobox from './CustomWidthCombobox.svelte';
import ChatSettingsComboboxCustomWidth from './ChatSettingsComboboxCustomWidth.svelte';
import type { Component } from 'svelte';
interface Props {
@ -236,7 +236,7 @@
</Label>
<div class="w-full md:max-w-md">
<CustomWidthCombobox
<ChatSettingsComboboxCustomWidth
bind:value={localConfig[field.key]}
onChange={(value) => onConfigChange(field.key, value)}
disabled={isDisabled}