21543b6803
Position changes don't affect the trigger's output schema, so
recomputing it is unnecessary. For webhook triggers specifically, the
backend can't reconstruct the schema (it returns `{}`), which overwrites
the frontend-built schema from `expectedBody`. Passing `{
computeOutputSchema: false }` prevents this data loss while avoiding
wasteful computation.
## Demo
https://github.com/user-attachments/assets/116af221-0d09-4dda-ad40-3301fa610bcd
Closes https://github.com/twentyhq/twenty/issues/15982