pass partname to part pieces
This commit is contained in:
parent
11e29e1447
commit
2e09f31c99
2 changed files with 5 additions and 5 deletions
|
@ -76,7 +76,7 @@ const Draft = props => {
|
|||
].map(list => list.map(name => (
|
||||
<Part {...{
|
||||
key:name,
|
||||
name,
|
||||
partName: name,
|
||||
part: patternProps.parts[name],
|
||||
layout,
|
||||
app,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue