diff --git a/src/pages/workspace/withPolicy.tsx b/src/pages/workspace/withPolicy.tsx index de8e6e29e29a..7a43f3f55825 100644 --- a/src/pages/workspace/withPolicy.tsx +++ b/src/pages/workspace/withPolicy.tsx @@ -53,7 +53,7 @@ const policyPropTypes = { errorFields: PropTypes.objectOf(PropTypes.objectOf(PropTypes.string)), /** Whether or not the policy requires tags */ - requiresTags: PropTypes.bool, + requiresTag: PropTypes.bool, /** Whether or not the policy requires categories */ requiresCategories: PropTypes.bool,