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 (
|
||||
<DragSource
|
||||
namespace={DNDNamespace}
|
||||
key={slug}
|
||||
key={`${collection}-${slug}`}
|
||||
slug={slug}
|
||||
collection={collection}
|
||||
ownStatus={ownStatus}
|
||||
|
Loading…
x
Reference in New Issue
Block a user