mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
feat(server/web): file-uploader needed changes.
This commit is contained in:
parent
7c12ecd8eb
commit
0d1b93d5ec
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ export const fileUploadHandler = async (
|
|||
if (files.length > 50) {
|
||||
notificationController.show({
|
||||
type: NotificationType.Error,
|
||||
message: `Cannot upload more than 50 files at a time - you are uploading ${files.length} files.
|
||||
message: `Cannot upload more than 50 files at a time - you are uploading ${files.length} files.
|
||||
Please check out <u>the bulk upload documentation</u> if you need to upload more than 50 files.`,
|
||||
timeout: 10000,
|
||||
action: { type: 'link', target: 'https://immich.app/docs/features/bulk-upload' }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue