another non-integer fix (#13239)

This commit is contained in:
Tony Murray
2021-09-13 19:11:49 -05:00
committed by GitHub
parent b2d34cac4a
commit 9715fe0e8d

View File

@@ -65,7 +65,7 @@ class GraphRow extends Component
$this->graphs = $graphs;
$this->title = $title;
$this->responsive = $columns == 'responsive';
$this->rowWidth = $this->calculateRowWidth($columns);
$this->rowWidth = $this->calculateRowWidth((int) $columns);
}
/**