mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55:19 +00:00
feat(chat): formatting
This commit is contained in:
parent
09e95b8d3c
commit
c7855b3b9d
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@
|
|||
const findByName = (obj: ObjectWithName, prompt: string) => {
|
||||
const name = obj.name.toLowerCase();
|
||||
return name.includes(prompt.toLowerCase().split(' ')?.at(0)?.substring(1) ?? '');
|
||||
}
|
||||
};
|
||||
|
||||
export const selectUp = () => {
|
||||
selectedIdx = Math.max(0, selectedIdx - 1);
|
||||
|
|
|
|||
Loading…
Reference in a new issue