mirror of
https://github.com/open-webui/open-webui
synced 2025-06-23 02:16:52 +00:00
correct classname to inputclassname as prop is named this
This commit is contained in:
parent
4978dd9085
commit
a1034a4ca3
@ -308,7 +308,7 @@
|
|||||||
|
|
||||||
<div class="flex-1">
|
<div class="flex-1">
|
||||||
<SensitiveInput
|
<SensitiveInput
|
||||||
className="w-full text-sm bg-transparent placeholder:text-gray-300 dark:placeholder:text-gray-700 outline-hidden"
|
inputClassName="w-full text-sm bg-transparent placeholder:text-gray-300 dark:placeholder:text-gray-700 outline-hidden"
|
||||||
bind:value={key}
|
bind:value={key}
|
||||||
placeholder={$i18n.t('API Key')}
|
placeholder={$i18n.t('API Key')}
|
||||||
required={false}
|
required={false}
|
||||||
|
Loading…
Reference in New Issue
Block a user