mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
⚡ Change resolve data toggle default
This commit is contained in:
parent
6ad64ae830
commit
37684500c3
|
@ -495,7 +495,7 @@ export const makeResolve = (resource: string, operations: string[]) => {
|
||||||
operation: operations,
|
operation: operations,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
default: false,
|
default: true,
|
||||||
description: `By default the response only contain the ID of the ${resource}. If this option gets activated it<br />will resolve the data automatically.`,
|
description: `By default the response only contain the ID of the ${resource}. If this option gets activated it<br />will resolve the data automatically.`,
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue