mirror of
https://github.com/strapi/strapi.git
synced 2025-12-29 08:04:51 +00:00
fix(review-workflow): fix persist condition
This commit is contained in:
parent
05a46a71f2
commit
9da569e046
@ -88,7 +88,7 @@ function persistStagesJoinTables({ strapi }) {
|
||||
|
||||
const joinTablesToPersist = pipe([
|
||||
getVisibleContentTypesUID,
|
||||
filter(hasStageAttribute),
|
||||
filter((uid) => hasStageAttribute(contentTypes[uid])),
|
||||
map(getStageTableToPersist),
|
||||
])(contentTypes);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user