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:
parent
025d7bf192
commit
bef38c670c
@ -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
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user