mirror of
https://github.com/strapi/strapi.git
synced 2025-12-30 08:43:28 +00:00
fix: add status to removed fields when cleaning data (#21229)
This commit is contained in:
parent
e1f26c862f
commit
f0f0dbfabc
@ -18,6 +18,7 @@ const cleanData = (
|
||||
'strapi_stage',
|
||||
'strapi_assignee',
|
||||
'locale',
|
||||
'status',
|
||||
]);
|
||||
|
||||
const cleanedDataWithoutPasswordAndRelation = recursiveRemoveFieldTypes(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user