mirror of
https://github.com/langgenius/dify.git
synced 2026-03-22 19:20:31 +08:00
- 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.
|
||
|---|---|---|
| .. | ||
| components | ||
| default.ts | ||
| node.tsx | ||
| panel.tsx | ||
| types.ts | ||
| use-config.ts | ||
| use-single-run-form-params.ts | ||
| utils.ts | ||