[Explore] Fix lint error by updating field overrides tests (#64754)

Fix type error in fieldOverrides.test.ts
This commit is contained in:
Connor Lindsey
2023-03-14 10:40:02 -06:00
committed by GitHub
parent 4d789827e9
commit c29b6c07dc

View File

@@ -696,7 +696,7 @@ describe('getLinksSupplier', () => {
},
],
},
display: (v) => ({ numeric: v, text: String(v) }),
display: (v) => ({ numeric: Number(v), text: String(v) }),
},
],
});