mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Schemas: Allow nulls in schema for +/-Infinity types (#70958)
* Add null options and remove veneer attributes * Generate all code, remove old veneer defs * Remove now-unnecessary error expect
This commit is contained in:
@@ -1162,7 +1162,6 @@ describe('DashboardModel', () => {
|
||||
steps: [
|
||||
{
|
||||
color: 'green',
|
||||
// @ts-expect-error
|
||||
value: null,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user