Section 1 & 2 - #Migration Run
This commit is contained in:
@@ -139,7 +139,7 @@ export default function WorkflowCompletionWidget({
|
||||
];
|
||||
|
||||
// Define writer items - using "Content Pages" not "Articles"
|
||||
// Total content = drafts + review + published
|
||||
// Total content = drafts + review + approved + published
|
||||
const totalContent = writer.contentDrafts + writer.contentReview + writer.contentPublished;
|
||||
const writerItems = [
|
||||
{ label: 'Content Pages', value: totalContent, barColor: `var(${WORKFLOW_COLORS.writer.contentPages})` },
|
||||
|
||||
Reference in New Issue
Block a user