From 95f1fa83bb20a45db6015c36aff7fca1dc01124d Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Fri, 3 Nov 2023 09:53:53 -0500 Subject: [PATCH] CE-604 Change to use xxl instead of lg for using default grid sizing (more likely to go 12 now) --- src/qqq/components/widgets/DashboardWidgets.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/qqq/components/widgets/DashboardWidgets.tsx b/src/qqq/components/widgets/DashboardWidgets.tsx index 08b3550..a9315e6 100644 --- a/src/qqq/components/widgets/DashboardWidgets.tsx +++ b/src/qqq/components/widgets/DashboardWidgets.tsx @@ -507,7 +507,8 @@ function DashboardWidgets({widgetMetaDataList, tableName, entityPrimaryKey, omit if (!omitWrappingGridContainer) { - renderedWidget = ( + // @ts-ignore + renderedWidget = ( {renderedWidget} ); }