mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-17 23:52:29 +00:00
refac
This commit is contained in:
parent
cc5479d16d
commit
9a93b44495
1 changed files with 1 additions and 1 deletions
|
|
@ -247,7 +247,7 @@ type Settings = {
|
|||
autoTags?: boolean;
|
||||
autoFollowUps?: boolean;
|
||||
splitLargeChunks?(body: any, splitLargeChunks: any): unknown;
|
||||
backgroundImageUrl?: null;
|
||||
backgroundImageUrl?: string | null;
|
||||
landingPageMode?: string;
|
||||
iframeSandboxAllowScripts?: boolean;
|
||||
iframeSandboxAllowForms?: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue