Skip to content

Commit b4261c2

Browse files
committed
feat: pluralize
1 parent ff8b408 commit b4261c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/frontend/src/components/media/new.uploader.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@ export function MultipartFileUploaderAfter({
145145
strings: {
146146
chooseFiles: 'Upload',
147147
},
148-
pluralize: (n) => n,
148+
// @ts-ignore
149+
pluralize: (n: any) => n,
149150
}}
150151
/>
151152
</>

0 commit comments

Comments
 (0)