From bef38c670c8dbee2470684af81edea7e8b3e4125 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 26 Aug 2022 09:42:48 -0700 Subject: [PATCH] Reference CLI in limit upload message --- web/src/lib/utils/file-uploader.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/src/lib/utils/file-uploader.ts b/web/src/lib/utils/file-uploader.ts index 4e75fe4e0d..4aa4b81e2e 100644 --- a/web/src/lib/utils/file-uploader.ts +++ b/web/src/lib/utils/file-uploader.ts @@ -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 });