Change resolve data toggle default

This commit is contained in:
Iván Ovejero 2021-06-28 09:51:25 +02:00
parent 6ad64ae830
commit 37684500c3

View file

@ -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.`,
}; };
}; };