fix(home): restore CI by fixing loader and exposing widget dataRef
Signed-off-by: Adam Kunicki <kunickiaj@gmail.com>
This commit is contained in:
@@ -62,10 +62,10 @@ const homePage = PageBlueprint.makeWithOverrides({
|
||||
routeRef: rootRouteRef,
|
||||
loader: () =>
|
||||
import('./components/').then(m => (
|
||||
<m.HomepageCompositionRoot
|
||||
children={inputs.props?.get(coreExtensionData.reactElement)}
|
||||
title={inputs.props?.get(coreExtensionData.title)}
|
||||
/>,
|
||||
<m.HomepageCompositionRoot
|
||||
children={inputs.props?.get(coreExtensionData.reactElement)}
|
||||
title={inputs.props?.get(coreExtensionData.title)}
|
||||
/>
|
||||
)),
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user