mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 19:04:04 +08:00
feat: added first display_name
This commit is contained in:
@ -273,3 +273,4 @@ class MemoryFrontendNode(FrontendNode):
|
||||
field.show = True
|
||||
field.field_type = "int"
|
||||
field.value = 10
|
||||
field.display_name = "Memory Size"
|
||||
|
||||
Reference in New Issue
Block a user