Migration v42: HideFrom tooltip consistency migration (#110517)
* Migration to be verified: v42 HideFrom tooltip migration * snap update * make gen cue * Add comments of 42 being the final version
This commit is contained in:
@@ -86,7 +86,7 @@ func NewSpec() *Spec {
|
||||
Editable: (func(input bool) *bool { return &input })(true),
|
||||
GraphTooltip: (func(input DashboardCursorSync) *DashboardCursorSync { return &input })(DashboardCursorSyncOff),
|
||||
FiscalYearStartMonth: (func(input uint8) *uint8 { return &input })(0),
|
||||
SchemaVersion: 41,
|
||||
SchemaVersion: 42,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user