fix merge conflict
This commit is contained in:
parent
979242c819
commit
d0c3fb6db0
@ -88,7 +88,10 @@ export default function ModeRoute({
|
|||||||
* Use it from there instead of passing as a prop here.
|
* Use it from there instead of passing as a prop here.
|
||||||
*/}
|
*/}
|
||||||
<DragAndDropProvider>
|
<DragAndDropProvider>
|
||||||
<LayoutComponent {...layoutTemplateData.props} ViewportGridComp={ViewportGridWithDataSource}/>
|
<LayoutComponent
|
||||||
|
{...layoutTemplateData.props}
|
||||||
|
ViewportGridComp={ViewportGridWithDataSource}
|
||||||
|
/>
|
||||||
</DragAndDropProvider>
|
</DragAndDropProvider>
|
||||||
</CombinedContextProvider>
|
</CombinedContextProvider>
|
||||||
{/*</ToolbarLayoutProvider>*/}
|
{/*</ToolbarLayoutProvider>*/}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user