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

View File

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