Skip to content

Commit 7b5cef6

Browse files
Mary Hipppsychedelicious
authored andcommitted
lint fix
1 parent 69e7ffa commit 7b5cef6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

invokeai/frontend/web/src/features/dnd/FullscreenDropzone.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { z } from 'zod';
2020

2121
const ACCEPTED_IMAGE_TYPES = ['image/png', 'image/jpg', 'image/jpeg'];
2222
const ACCEPTED_FILE_EXTENSIONS = ['.png', '.jpg', '.jpeg'];
23-
const log = logger('paste');
23+
const log = logger('gallery');
2424

2525
// const MAX_IMAGE_SIZE = 4; //In MegaBytes
2626
// const sizeInMB = (sizeInBytes: number, decimalsNum = 2) => {
@@ -107,7 +107,7 @@ export const FullscreenDropzone = memo(() => {
107107

108108
uploadImages(uploadArgs);
109109
},
110-
[maxImageUploadCount, t]
110+
[t]
111111
);
112112

113113
useEffect(() => {

0 commit comments

Comments
 (0)