mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-05-03 08:20:40 +02:00
k
This commit is contained in:
parent
e23dd0a3fa
commit
9b6e51b4fe
@ -35,6 +35,7 @@ export default async function GalleryPage(props: {
|
|||||||
llmProviders,
|
llmProviders,
|
||||||
defaultAssistantId,
|
defaultAssistantId,
|
||||||
inputPrompts,
|
inputPrompts,
|
||||||
|
proSearchToggled,
|
||||||
} = data;
|
} = data;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
@ -43,6 +44,7 @@ export default async function GalleryPage(props: {
|
|||||||
inputPrompts,
|
inputPrompts,
|
||||||
chatSessions,
|
chatSessions,
|
||||||
toggledSidebar: toggleSidebar,
|
toggledSidebar: toggleSidebar,
|
||||||
|
proSearchToggled,
|
||||||
availableSources,
|
availableSources,
|
||||||
ccPairs,
|
ccPairs,
|
||||||
documentSets,
|
documentSets,
|
||||||
|
@ -62,6 +62,7 @@ export async function Layout({ children }: { children: React.ReactNode }) {
|
|||||||
shouldShowWelcomeModal,
|
shouldShowWelcomeModal,
|
||||||
ccPairs,
|
ccPairs,
|
||||||
inputPrompts,
|
inputPrompts,
|
||||||
|
proSearchToggled,
|
||||||
} = data;
|
} = data;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
@ -69,6 +70,7 @@ export async function Layout({ children }: { children: React.ReactNode }) {
|
|||||||
value={{
|
value={{
|
||||||
inputPrompts,
|
inputPrompts,
|
||||||
chatSessions,
|
chatSessions,
|
||||||
|
proSearchToggled,
|
||||||
toggledSidebar: toggleSidebar,
|
toggledSidebar: toggleSidebar,
|
||||||
availableSources,
|
availableSources,
|
||||||
ccPairs,
|
ccPairs,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user