[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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