You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/messageComposer/configuration/types.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ export type AttachmentManagerConfig = {
34
34
maxNumberOfFilesPerMessage: number;
35
35
/**
36
36
* Array of one or more file types, or unique file type specifiers (https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/accept#unique_file_type_specifiers),
37
-
* describing which file types to allow to select when uploading files.
37
+
* describing which file types are allowed to be selected when uploading files.
38
38
*/
39
39
acceptedFiles: string[];
40
40
// todo: refactor this. We want a pipeline where it would be possible to customize the preparation, upload, and post-upload steps.
0 commit comments