This commit is contained in:
pablodanswer 2025-02-02 11:15:44 -08:00 committed by Evan Lohn
parent e23dd0a3fa
commit 9b6e51b4fe
2 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,7 @@ export default async function GalleryPage(props: {
llmProviders,
defaultAssistantId,
inputPrompts,
proSearchToggled,
} = data;
return (
@ -43,6 +44,7 @@ export default async function GalleryPage(props: {
inputPrompts,
chatSessions,
toggledSidebar: toggleSidebar,
proSearchToggled,
availableSources,
ccPairs,
documentSets,

View File

@ -62,6 +62,7 @@ export async function Layout({ children }: { children: React.ReactNode }) {
shouldShowWelcomeModal,
ccPairs,
inputPrompts,
proSearchToggled,
} = data;
return (
@ -69,6 +70,7 @@ export async function Layout({ children }: { children: React.ReactNode }) {
value={{
inputPrompts,
chatSessions,
proSearchToggled,
toggledSidebar: toggleSidebar,
availableSources,
ccPairs,