Fix typo
This commit is contained in:
parent
8962440901
commit
02d53cad5a
|
@ -421,7 +421,7 @@ export const getFrontendStore = () => {
|
|||
return
|
||||
}
|
||||
component._id = uuid()
|
||||
component.children?.forEach(randomizeIds)
|
||||
component._children?.forEach(randomizeIds)
|
||||
}
|
||||
randomizeIds(componentToPaste)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue