mirror of
https://github.com/langgenius/dify.git
synced 2026-08-05 05:16:34 +08:00
- Removed explicit 'any' types in favor of 'unknown' for better type safety. - Refactored the WorkflowToolConfigureButton component to utilize a custom hook for managing modal state and logic. - Introduced new components for input and output tables to streamline the workflow tool configuration process. - Enhanced the form handling logic with a dedicated hook for managing form state and validation. - Cleaned up unused imports and improved overall code organization. |
||
|---|---|---|
| .. | ||
| components | ||
| confirm-modal | ||
| hooks | ||
| configure-button.spec.tsx | ||
| configure-button.tsx | ||
| index.tsx | ||
| method-selector.tsx | ||
| utils.test.ts | ||
| utils.ts | ||