You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @nhlzh8708! I'm Dosu, your friendly bot here to help you tackle bugs, answer questions, and guide you in becoming a contributor. I'm ready to assist you while we wait for a human maintainer. How can I help you today?
The exception you're encountering with suggested questions being too long is likely due to a constraint in the Dify chatflow configuration, which limits each suggested question to under 20 characters [1].
Regarding the change from <div> to <Button> in the suggested-questions.tsx file, this modification was part of the "Feat: web app dark mode" pull request. The Button component is designed to handle user interactions more effectively than a div, as it can trigger events like onClick and supports various styling options [2]. This change should not directly affect the character limit constraint but may impact how interactions with suggested questions are handled in the UI.
Self Checks
Dify version
1.2.0
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
Feat: web app dark mode #14732
✔️ Expected Behavior
No response
❌ Actual Behavior
No response
The text was updated successfully, but these errors were encountered: