diff --git a/packages/core/admin/ee/server/content-types/workflow/index.js b/packages/core/admin/ee/server/content-types/workflow/index.js index f446211615..d80fbc0938 100644 --- a/packages/core/admin/ee/server/content-types/workflow/index.js +++ b/packages/core/admin/ee/server/content-types/workflow/index.js @@ -20,9 +20,6 @@ module.exports = { }, }, attributes: { - uid: { - type: 'string', - }, stages: { type: 'relation', target: 'admin::workflow-stage',