mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57:29 -08:00
🔨 Restore makeResolve default value
This commit is contained in:
parent
2888411fd0
commit
64ec334553
|
@ -495,7 +495,7 @@ export const makeResolve = (resource: string, operations: string[]) => {
|
|||
operation: operations,
|
||||
},
|
||||
},
|
||||
default: true,
|
||||
default: false,
|
||||
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