1
0
Fork 0
mirror of synced 2024-07-08 15:56:23 +12:00

fix: frontend not loading when naving to component

This commit is contained in:
Michael Shanks 2020-06-30 10:39:48 +01:00
parent 3c17af904d
commit 94c1f16aa7

View file

@ -14,7 +14,7 @@
if ($leftover) {
// Get the correct screen children.
const screenChildren = $store.pages[$params.page]._screens.find(
screen => screen.name === $params.screen
screen => screen.props._instanceName === $params.screen
).props._children
findComponent(componentIds, screenChildren)
}