mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-21 17:56:13 +01:00
feat: add startup flag check to conditional rendering logic
This commit is contained in:
parent
49f87016a8
commit
084de9a912
3 changed files with 6 additions and 2 deletions
|
|
@ -614,6 +614,7 @@ export type TStartupConfig = {
|
|||
>;
|
||||
chatMenu?: boolean;
|
||||
isOAuth?: boolean;
|
||||
startup?: boolean;
|
||||
}
|
||||
>;
|
||||
mcpPlaceholder?: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue