Skip to content

there is no action after click ['View chat settings' / '查看对话设置' ] #18871

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
5 tasks done
seedily opened this issue Apr 27, 2025 · 3 comments
Open
5 tasks done
Labels
good first issue Good first issue for newcomers

Comments

@seedily
Copy link

seedily commented Apr 27, 2025

Self Checks

  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

1.2.0

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

For chatflow app , with Responsive H5 Page, while shrinking the chat page until top right corner shows the button like ... , then click that button it will show 2 submenu items : there is no action after click ['View chat settings' / '查看对话设置' ]

Image

✔️ Expected Behavior

there is no need to show the submenu item of ['View chat settings' / '查看对话设置' ], as it does nothing right now

❌ Actual Behavior

there is no action after click ['View chat settings' / '查看对话设置' ].

Copy link

dosubot bot commented Apr 27, 2025

Hello @seedily! I'm Dosu, here to help you with bugs, questions, or getting involved as a contributor. While you're waiting for a human maintainer, feel free to share more details or ask anything you need!

The issue you're experiencing, where clicking 'View chat settings' ('查看对话设置') results in no action, might be due to the handleViewChatSettings function not being properly implemented or invoked. This function is supposed to be triggered when you click the option, but if it's not defined or doesn't perform any actions, nothing will happen [1].

To resolve this, ensure that the handleViewChatSettings function is correctly defined and passed to the MobileOperationDropdown component. If the function is missing or incomplete, you may need to implement it or remove the menu item if it's not intended to perform any action.

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other

@dosubot dosubot bot added the 🤔 cant-reproduce We can not reproduce it or the information is limited label Apr 27, 2025
@crazywoola crazywoola added good first issue Good first issue for newcomers and removed 🤔 cant-reproduce We can not reproduce it or the information is limited labels Apr 27, 2025
@crazywoola
Copy link
Member

It should be missed in the checks when there is nothing to input.

@crazywoola
Copy link
Member

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good first issue for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants