-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Description
using the react version, starter prompt object shows the buttons but they won't react to clicks.
<FullPageChat
className="w-5/12 border-l-2"
chatflowid="xxx"
apiHost="xxx"
theme={{
chatWindow: {
starterPrompts: starterPrompts.map((x) => x.message),
starterPromptFontSize: 12,
welcomeMessage: '',
title: 'AI Assistant',
clearChatOnReload: true,
renderHTML: true,
},
customCSS: `
.host-container {
width: 100% !important;
}
`,
}}
/>
Metadata
Metadata
Assignees
Labels
No labels