Skip to content

Commit 7ad301e

Browse files
committed
Default row should be 1
1 parent 22990b6 commit 7ad301e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Element/Dash/ReportDefinition.php

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ protected function initDefaultValues()
3434
$this
3535
->displayAs('static')
3636
->metrics([])
37+
->row(1)
3738
;
3839
}
3940

0 commit comments

Comments
 (0)