chore: typo

This commit is contained in:
James
2023-10-15 17:55:30 -04:00
parent f2ac1f7d48
commit 59b87fdb21

View File

@@ -43,7 +43,7 @@ export const sanitizeQueryValue = ({
}
if (['all', 'in', 'not_in'].includes(operator)) {
if (formattedValue === 'string') {
if (typeof formattedValue === 'string') {
formattedValue = createArrayFromCommaDelineated(formattedValue)
if (field.type === 'number') {