Skip to content
Discussion options

You must be logged in to vote

Hi @zyaar! I'm Dosu and I’m helping the langflow team.

This is a known issue: the backend only updates self.display_name if the frontend sends the updated value in the flow data. If the UI doesn't actually mutate the node's display_name in its local data before saving, the backend won't see the change—even if you edit it in the UI. The backend always uses whatever display_name value it receives for that node in the flow data, so the bug is likely on the frontend side, where the edit isn't being properly saved or sent to the backend when you update the flow.

A temporary workaround is to double-click the component title in the UI and manually change it, but this doesn't always guarantee ba…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by zyaar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant