mirror of
https://github.com/grafana/grafana.git
synced 2024-11-30 12:44:10 -06:00
[Explore] Fix lint error by updating field overrides tests (#64754)
Fix type error in fieldOverrides.test.ts
This commit is contained in:
parent
4d789827e9
commit
c29b6c07dc
@ -696,7 +696,7 @@ describe('getLinksSupplier', () => {
|
||||
},
|
||||
],
|
||||
},
|
||||
display: (v) => ({ numeric: v, text: String(v) }),
|
||||
display: (v) => ({ numeric: Number(v), text: String(v) }),
|
||||
},
|
||||
],
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user