feat: pluralize

This commit is contained in:
Nevo David 2025-04-11 23:47:53 +07:00
parent ff8b408373
commit b4261c2777
1 changed files with 2 additions and 1 deletions

View File

@ -145,7 +145,8 @@ export function MultipartFileUploaderAfter({
strings: {
chooseFiles: 'Upload',
},
pluralize: (n) => n,
// @ts-ignore
pluralize: (n: any) => n,
}}
/>
</>