Skip to content

Commit

Permalink
Remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinkipruto committed Sep 22, 2023
1 parent 22ef8f7 commit 3385357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/codeforafrica/src/payload/collections/Tags.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const Tags = {
useAsTitle: "name",
},
access: {
read: () => true, // Everyone can read Pages
read: () => true,
},
fields: [
{
Expand Down

0 comments on commit 3385357

Please sign in to comment.