mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 13:20:43 +00:00
Switch to use modal processes
This commit is contained in:
@ -102,8 +102,8 @@ function DashboardWidgets({widgetMetaDataList, entityPrimaryKey}: Props): JSX.El
|
||||
};
|
||||
|
||||
const widgetCount = widgetMetaDataList ? widgetMetaDataList.length : 0;
|
||||
console.log(JSON.stringify(widgetMetaDataList));
|
||||
console.log(widgetCount);
|
||||
// console.log(JSON.stringify(widgetMetaDataList));
|
||||
// console.log(widgetCount);
|
||||
|
||||
return (
|
||||
widgetCount > 0 ? (
|
||||
|
Reference in New Issue
Block a user