mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-29 04:03:35 -05:00
remove config pass-through
removing this for the time being to giving the config Context a try
This commit is contained in:
@@ -251,7 +251,7 @@ export async function main (render, api) {
|
||||
],
|
||||
},
|
||||
]}
|
||||
render={({ routeGroups, config }) => (
|
||||
render={({ routeGroups }) => (
|
||||
routeGroups
|
||||
.reduce((allRoutes, { routes }) => allRoutes.concat(routes), [])
|
||||
.map(({ component: PageComponent, path }) => (
|
||||
@@ -262,7 +262,6 @@ export async function main (render, api) {
|
||||
<PageComponent
|
||||
api={api}
|
||||
match={match}
|
||||
{...config}
|
||||
/>
|
||||
)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user