mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 05:10:45 +00:00
Updated to pass app instead of appTreeNode to AppHome
This commit is contained in:
@ -226,7 +226,7 @@ export default function App()
|
|||||||
name: `${app.label}`,
|
name: `${app.label}`,
|
||||||
key: app.name,
|
key: app.name,
|
||||||
route: path,
|
route: path,
|
||||||
component: <AppHome app={app} />,
|
component: <AppHome app={metaData.apps.get(app.name)} />,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
else if (app.type === QAppNodeType.TABLE)
|
else if (app.type === QAppNodeType.TABLE)
|
||||||
|
Reference in New Issue
Block a user