fix(netlify-cms-core): duplicate key warning (#1930)
This commit is contained in:
parent
53c00940fe
commit
9662eb292f
@ -184,7 +184,7 @@ class WorkflowList extends React.Component {
|
|||||||
return (
|
return (
|
||||||
<DragSource
|
<DragSource
|
||||||
namespace={DNDNamespace}
|
namespace={DNDNamespace}
|
||||||
key={slug}
|
key={`${collection}-${slug}`}
|
||||||
slug={slug}
|
slug={slug}
|
||||||
collection={collection}
|
collection={collection}
|
||||||
ownStatus={ownStatus}
|
ownStatus={ownStatus}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user