From dbf3e5a5c90c10604fde511831f993a95858f48d Mon Sep 17 00:00:00 2001 From: Daniel Edwards Date: Mon, 11 Dec 2023 10:53:45 -0500 Subject: [PATCH] Update src/pages/workspace/withPolicy.tsx Co-authored-by: Luthfi --- src/pages/workspace/withPolicy.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,