mirror of
https://github.com/open-webui/open-webui
synced 2025-06-16 19:31:52 +00:00
refac: filter out images
This commit is contained in:
parent
54e4c1e0cc
commit
af518cacbf
@ -86,7 +86,7 @@
|
||||
|
||||
$: onChange({
|
||||
prompt,
|
||||
files,
|
||||
files: files.filter((file) => file.type !== 'image'),
|
||||
selectedToolIds,
|
||||
imageGenerationEnabled,
|
||||
webSearchEnabled,
|
||||
|
Loading…
Reference in New Issue
Block a user