mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 21:05:19 +00:00
refac: filter out images
This commit is contained in:
parent
54e4c1e0cc
commit
af518cacbf
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@
|
|||
|
||||
$: onChange({
|
||||
prompt,
|
||||
files,
|
||||
files: files.filter((file) => file.type !== 'image'),
|
||||
selectedToolIds,
|
||||
imageGenerationEnabled,
|
||||
webSearchEnabled,
|
||||
|
|
|
|||
Loading…
Reference in a new issue