Dashboard Versions: Make compatible with app platform (#99327)

This commit is contained in:
Stephanie Hingtgen
2025-01-28 08:17:52 -06:00
committed by GitHub
parent 05905a5069
commit 0cef2b9ae7
44 changed files with 887 additions and 413 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ type Options struct {
type DiffTarget struct {
DashboardId int64
Version int
Version int64
UnsavedDashboard *simplejson.Json
}