From 7ad301e85ae2507068ee32f853633ad46c51de99 Mon Sep 17 00:00:00 2001 From: Samuel Georges Date: Wed, 20 Nov 2024 17:54:38 +1100 Subject: [PATCH] Default row should be 1 --- src/Element/Dash/ReportDefinition.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Element/Dash/ReportDefinition.php b/src/Element/Dash/ReportDefinition.php index 68ea012e4..5e866a527 100644 --- a/src/Element/Dash/ReportDefinition.php +++ b/src/Element/Dash/ReportDefinition.php @@ -34,6 +34,7 @@ protected function initDefaultValues() $this ->displayAs('static') ->metrics([]) + ->row(1) ; }