mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 09:20:15 +01:00
feat: style match
This commit is contained in:
parent
9f1ded7f75
commit
579b53de29
6 changed files with 53 additions and 36 deletions
|
|
@ -3,7 +3,7 @@ import CheckMark from '../svg/CheckMark.jsx';
|
|||
import { Listbox, Transition } from '@headlessui/react';
|
||||
import { cn } from '~/utils/';
|
||||
|
||||
function SelectDropDown({
|
||||
function SelectDropdown({
|
||||
title = 'Model',
|
||||
value,
|
||||
disabled,
|
||||
|
|
@ -111,4 +111,4 @@ function SelectDropDown({
|
|||
);
|
||||
}
|
||||
|
||||
export default SelectDropDown;
|
||||
export default SelectDropdown;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue