1
0
mirror of https://github.com/immich-app/immich.git synced 2025-01-31 18:04:55 +02:00

feat(server/web): file-uploader needed changes.

This commit is contained in:
Skyler Mäntysaari 2023-01-25 01:34:57 +02:00
parent 7c12ecd8eb
commit 0d1b93d5ec

View File

@ -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' }