dify/web/app/components/workflow/nodes/agent
GuanMu 9930e1f5a0 fix: update boolean value handling in ConditionItem component
- Changed boolean options values from boolean types to string types ('true' and 'false') for consistency.
- Updated the default value handling in the Select component to convert boolean values to strings.
- Adjusted the onSelect handler to correctly interpret string values as boolean.
2025-11-05 12:08:21 +00:00
..
components fix: update boolean value handling in ConditionItem component 2025-11-05 12:08:21 +00:00
default.ts feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
node.tsx feat: the frontend part of mcp (#22131) 2025-07-10 14:14:02 +08:00
panel.tsx CI: add TS indentation check via esLint (#24810) 2025-09-01 15:31:59 +08:00
types.ts feat: add activation conditions for agent tools 2025-11-05 08:37:14 +00:00
use-config.ts fix: immer version and ref in code base (#27130) 2025-10-20 14:49:26 +09:00
use-single-run-form-params.ts to RefObject (#25192) 2025-09-05 10:14:13 +08:00
utils.ts feat: add support for integer variable type in condition operators 2025-11-05 11:16:23 +00:00