Dashboards: Fix issue causing crashes when saving new dashboard (#77620)

Closes #77593
This commit is contained in:
kay delaney
2023-11-03 16:33:59 +00:00
committed by GitHub
parent 549787d4f9
commit c98add6e5a
3 changed files with 10 additions and 3 deletions

View File

@@ -22,6 +22,7 @@ export function createDashboardModelFixture(
editable: true,
graphTooltip: defaultDashboardCursorSync,
schemaVersion: 1,
version: 1,
timezone: '',
...dashboardInput,
};