Tweak lowecasing, export Optios type
Signed-off-by: Jussi Hallila <jussi@hallila.com>
This commit is contained in:
@@ -61,7 +61,7 @@ export const buildInitialFilters = (
|
||||
return legacyPaths
|
||||
? entityId
|
||||
: Object.entries(entityId).reduce((acc, [key, value]) => {
|
||||
return { ...acc, [key]: value.toLowerCase() };
|
||||
return { ...acc, [key]: value.toLocaleLowerCase('en-US') };
|
||||
}, {});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user