1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-25 10:43:13 +02:00

Reference CLI in limit upload message

This commit is contained in:
Alex 2022-08-26 09:42:48 -07:00
parent 025d7bf192
commit bef38c670c
No known key found for this signature in database
GPG Key ID: 53CD082B3A5E1082

View File

@ -38,7 +38,8 @@ export const openFileUploadDialog = (uploadType: UploadType) => {
if (files.length > 50) {
notificationController.show({
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 use the CLI tool if you need to upload more than 50 files.`,
type: NotificationType.Error
});