mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 19:04:38 +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') {
|
||||
return (
|
||||
<Td key={key}>
|
||||
{data.strapi_reviewWorkflows_stage ? (
|
||||
{data.strapi_stage ? (
|
||||
<ReviewWorkflowsStage
|
||||
color={data.strapi_reviewWorkflows_stage.color}
|
||||
name={data.strapi_reviewWorkflows_stage.name}
|
||||
color={data.strapi_stage.color}
|
||||
name={data.strapi_stage.name}
|
||||
/>
|
||||
) : (
|
||||
<Typography textColor="neutral800">-</Typography>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user