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
Hey @rodolfo3! I'm here to help you with any bugs, questions, or contributions. Let's tackle this issue together!
I found a similar discussion that might help with your issue. In the thread "How do I rename I custom component that I adjusted?," it was noted that the display_name attribute might not be properly utilized or referenced in the code that renders the component on the canvas. The solution involved ensuring that the JSON configuration for the component is updated to reflect the correct display_name and checking the rendering logic in the UI code to ensure it correctly accesses and displays the display_name attribute from the component class [1].
Bug Description
Set "display_name" prop on python code does not show the component name on the UI
Reproduction
The UI keep showing the "Custom Component" as title
Expected behavior
The UI should respect the "display_name" from the code (not only when it is changed by clicking on the title).
Who can help?
No response
Operating System
debian testing
Langflow Version
1.1.1
Python Version
None
Screenshot
No response
Flow File
No response
The text was updated successfully, but these errors were encountered: