Files
twenty/packages/twenty-front
Thomas Trompette 650a037f67 Prevent losing form data when workflow is not defined (#15055)
When updating an active version, we :
- create a draft
- update the draft

Issue is that after the creation, workflow is shortly null. So the
component is re-rendered and the form data are lost.
Removing the check on the null allow to keep the form data.
2025-10-13 17:25:08 +02:00
..
2025-10-11 12:08:10 +02:00
2025-08-11 14:10:04 +02:00
2025-10-11 12:08:10 +02:00

Run yarn dev while server running on port 3000