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