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) ; }