diff --git a/editor.planx.uk/src/pages/FlowEditor/components/Flow/components/Tag.tsx b/editor.planx.uk/src/pages/FlowEditor/components/Flow/components/Tag.tsx index 562e2f3449..f1a64e42e2 100644 --- a/editor.planx.uk/src/pages/FlowEditor/components/Flow/components/Tag.tsx +++ b/editor.planx.uk/src/pages/FlowEditor/components/Flow/components/Tag.tsx @@ -13,7 +13,7 @@ export const TAG_DISPLAY_VALUES: Record< placeholder: { color: "blocking", displayName: "Placeholder", - editableBy: ["platformAdmin"], // if new roles are added, we should update the canEdit() in ComponentTagSelect.tsx + editableBy: ["platformAdmin"], }, toReview: { color: "nonBlocking",