Files
twenty/packages
Sonarly Claude Code cfd5d5f537 fix: coerce defaultValue to string in getInitialEditorContent to prevent split crash
https://sonarly.com/issue/21236?type=bug

When a workflow action's settings contain a non-string value (e.g., number, boolean, or object) for a field rendered as text, `getInitialEditorContent` crashes because `.split()` is called on a non-string value.
2026-04-02 14:40:29 +00:00
..