Closed alexzhangreslv closed 7 months ago
Fixes #177.
I have found that due to this commit of strapi before v4.17.1, isCreatingEntry will no longer be set as true for single type content manager even when there is no record for that type and initialData is an empty object.
isCreatingEntry
initialData
Thank you! :)
Fixes #177.
I have found that due to this commit of strapi before v4.17.1,
isCreatingEntry
will no longer be set as true for single type content manager even when there is no record for that type andinitialData
is an empty object.