Skip to content

Commit

Permalink
Update src/pages/workspace/withPolicy.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Luthfi <[email protected]>
  • Loading branch information
cdanwards and mollfpr authored Dec 11, 2023
1 parent f0c609b commit dbf3e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/workspace/withPolicy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit dbf3e5a

Please sign in to comment.