Fix typo
This commit is contained in:
parent
adb22dee69
commit
18d0426d56
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue