mirror of
https://github.com/langgenius/dify.git
synced 2026-04-21 11:17:38 +08:00
- Simplified the WorkflowToolConfigureButton component by extracting logic into a new useConfigureButton hook. - Enhanced state management for modal visibility, loading states, and parameter validation. - Updated tests to reflect changes in the component structure and ensure proper functionality. - Removed unused imports and streamlined the code for better readability.