mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
Merge pull request #16665 from silentoplayz/valves-fix
fix: revert accidental change
This commit is contained in:
commit
8ae99ad7bb
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@
|
|||
<input
|
||||
type="text"
|
||||
class=" w-full rounded-lg py-1 text-left text-sm dark:text-gray-300 dark:bg-gray-850 outline-hidden border border-gray-100 dark:border-gray-850"
|
||||
placeholder={$i18n.t("Enter hex color (e.g. #FF0000)")}
|
||||
placeholder={$i18n.t("Enter coordinates (e.g. 51.505, -0.09)")}
|
||||
bind:value={valves[property]}
|
||||
autocomplete="off"
|
||||
on:change={() => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue