1
0
Fork 0
mirror of synced 2024-07-04 14:01:27 +12:00
This commit is contained in:
Andrew Kingston 2021-02-04 18:05:05 +00:00
parent adb22dee69
commit 18d0426d56

View file

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