This commit is contained in:
Andrew Kingston 2021-02-04 18:05:05 +00:00
parent 8962440901
commit 02d53cad5a
1 changed files with 1 additions and 1 deletions

View File

@ -421,7 +421,7 @@ export const getFrontendStore = () => {
return
}
component._id = uuid()
component.children?.forEach(randomizeIds)
component._children?.forEach(randomizeIds)
}
randomizeIds(componentToPaste)
}