fix: hidden fields being mutated on patch (#2317)
This commit is contained in:
@@ -140,7 +140,7 @@ async function update<TSlug extends keyof GeneratedTypes['collections']>(
|
||||
entityConfig: collectionConfig,
|
||||
req,
|
||||
overrideAccess: true,
|
||||
showHiddenFields,
|
||||
showHiddenFields: true,
|
||||
});
|
||||
|
||||
// /////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user