QQQ-38 Update to load widgets & table counts from backend

This commit is contained in:
2022-08-22 11:13:32 -05:00
parent 246c722381
commit 9a00d297db
2 changed files with 191 additions and 137 deletions

View File

@ -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)