mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix: ignore row clones in schema migration
This commit is contained in:
@@ -387,6 +387,10 @@ export class DashboardMigrator {
|
||||
const showRows = _.some(old.rows, (row) => row.collapse || row.showTitle || row.repeat);
|
||||
|
||||
for (let row of old.rows) {
|
||||
if (row.repeatIteration) {
|
||||
continue;
|
||||
}
|
||||
|
||||
let height: any = row.height || DEFAULT_ROW_HEIGHT;
|
||||
const rowGridHeight = getGridHeight(height);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user