We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73f418b commit 97f3178Copy full SHA for 97f3178
src/fields/relationshipPopulationPromise.ts
@@ -47,7 +47,7 @@ const populate = async ({
47
collection: relatedCollection.config.slug,
48
id: idString as string,
49
currentDepth: currentDepth + 1,
50
- overrideAccess,
+ overrideAccess: typeof overrideAccess === 'undefined' ? false : overrideAccess,
51
disableErrors: true,
52
depth,
53
showHiddenFields,
src/fields/richText/populate.ts
@@ -39,7 +39,7 @@ export const populate = async ({
39
collection: collection.config.slug,
40
id,
41
42
43
44
45
0 commit comments