mirror of
https://github.com/aljazceru/enclava.git
synced 2025-12-18 07:54:29 +01:00
chatbot test window fixing
This commit is contained in:
@@ -1180,7 +1180,7 @@ export function ChatbotManager() {
|
||||
{/* Chat Interface Modal */}
|
||||
{showChatInterface && testingChatbot && (
|
||||
<Dialog open={showChatInterface} onOpenChange={setShowChatInterface}>
|
||||
<DialogContent className="max-w-4xl max-h-[90vh] p-0">
|
||||
<DialogContent className="max-w-6xl w-[90vw] h-[85vh] p-0 flex flex-col">
|
||||
<DialogHeader className="sr-only">
|
||||
<DialogTitle>Chat with {testingChatbot.name}</DialogTitle>
|
||||
<DialogDescription>
|
||||
|
||||
Reference in New Issue
Block a user