mirror of
https://github.com/strapi/strapi.git
synced 2025-11-11 07:39:16 +00:00
Merge pull request #17233 from strapi/fix/cm-list-view-stage
Fix: Update stage keys for the CM list-view
This commit is contained in:
commit
986e9f5264
@ -181,10 +181,10 @@ export const TableRows = ({
|
|||||||
if (hasReviewWorkflows && name === 'strapi_reviewWorkflows_stage') {
|
if (hasReviewWorkflows && name === 'strapi_reviewWorkflows_stage') {
|
||||||
return (
|
return (
|
||||||
<Td key={key}>
|
<Td key={key}>
|
||||||
{data.strapi_reviewWorkflows_stage ? (
|
{data.strapi_stage ? (
|
||||||
<ReviewWorkflowsStage
|
<ReviewWorkflowsStage
|
||||||
color={data.strapi_reviewWorkflows_stage.color}
|
color={data.strapi_stage.color}
|
||||||
name={data.strapi_reviewWorkflows_stage.name}
|
name={data.strapi_stage.name}
|
||||||
/>
|
/>
|
||||||
) : (
|
) : (
|
||||||
<Typography textColor="neutral800">-</Typography>
|
<Typography textColor="neutral800">-</Typography>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user