langflow/src
Gabriel Luiz Freitas Almeida 13d53a8533 refactor: Update GenericNode and related hooks to handle component type
This commit updates the GenericNode component and its related hooks to handle the component type. The code changes in the index.tsx file of the GenericNode directory include modifying the updateNodeCode function to accept an additional "type" parameter. The handleNodeClass function in the use-handle-node-class.tsx file has also been updated to handle the "type" parameter. These changes ensure that the GenericNode component can correctly handle different types of components and update the node code accordingly.
2024-06-23 15:25:13 -07:00
..
backend refactor: Add CustomComponentResponse model and update custom_component endpoint 2024-06-23 15:25:13 -07:00
frontend refactor: Update GenericNode and related hooks to handle component type 2024-06-23 15:25:13 -07:00