diff --git a/src/pages/workspace/withPolicy.tsx b/src/pages/workspace/withPolicy.tsx index 7a43f3f55825..3528a6fcd4bd 100644 --- a/src/pages/workspace/withPolicy.tsx +++ b/src/pages/workspace/withPolicy.tsx @@ -56,7 +56,7 @@ const policyPropTypes = { requiresTag: PropTypes.bool, /** Whether or not the policy requires categories */ - requiresCategories: PropTypes.bool, + requiresCategory: PropTypes.bool, /** Whether or not the policy has multiple tag lists */ hasMultipleTagLists: PropTypes.bool,