mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-04-04 01:48:27 +02:00
Add back modals on chat page (#1983)
This commit is contained in:
parent
eb9bb56829
commit
60a87d9472
@ -1,6 +1,4 @@
|
||||
"use client";
|
||||
|
||||
import { useState } from "react";
|
||||
import { ChatPage } from "./ChatPage";
|
||||
import FunctionalWrapper from "./shared_chat_search/FunctionalWrapper";
|
||||
|
||||
|
@ -43,14 +43,11 @@ export default async function Page({
|
||||
|
||||
return (
|
||||
<>
|
||||
{/* <InstantSSRAutoRefresh /> */}
|
||||
{/* {shouldShowWelcomeModal && <WelcomeModal user={user} />}
|
||||
<InstantSSRAutoRefresh />
|
||||
{shouldShowWelcomeModal && <WelcomeModal user={user} />}
|
||||
{!shouldShowWelcomeModal && !shouldDisplaySourcesIncompleteModal && (
|
||||
<ApiKeyModal user={user} />
|
||||
)}
|
||||
{shouldDisplaySourcesIncompleteModal && (
|
||||
<NoCompleteSourcesModal ccPairs={ccPairs} />
|
||||
)} */}
|
||||
<ChatProvider
|
||||
value={{
|
||||
user,
|
||||
|
Loading…
x
Reference in New Issue
Block a user