Files
twenty/packages/twenty-front
Thomas Trompette efb2a59e06 Force workflow step detail re-create (#9476)
When switching between the same step detail component, even if the props
is updated, component is not re-created.
This is an issue since form fields often keep an internal state. Which
means that even if form data are updated, the displayed value may still
be the value of the previous step detail.
Adding a key to for re-creation.
2025-01-09 10:16:12 +00:00
..
2024-03-31 10:53:37 +02:00
2024-10-24 15:38:52 +02:00
2025-01-03 15:18:02 +01:00
2025-01-07 16:09:48 +01:00
2023-12-10 18:10:54 +01:00
2025-01-03 15:18:02 +01:00
2025-01-07 16:09:48 +01:00
2024-08-09 08:38:01 +02:00
2024-12-11 15:42:53 +01:00

Run yarn dev while server running on port 3000