forked from phoenix/litellm-mirror
ui - new build
This commit is contained in:
parent
144b5813ed
commit
9e35f09343
23 changed files with 23 additions and 23 deletions
|
@ -160,7 +160,7 @@ const Settings: React.FC<SettingsPageProps> = ({
|
|||
<Text>{key}</Text>
|
||||
<TextInput
|
||||
name={key}
|
||||
defaultValue={value}
|
||||
defaultValue={value as string}
|
||||
type="password"
|
||||
/>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue