Skip to content

Commit 96f1f44

Browse files
authored
fix: add options to upload-in-progress warning notification (#1625)
1 parent 0bde1de commit 96f1f44

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/messageComposer/middleware/messageComposer/attachments.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ export const createAttachmentsCompositionMiddleware = (
3636
emitter: 'MessageComposer',
3737
context: { composer },
3838
},
39+
options: {
40+
type: 'validation:attachment:upload:in-progress',
41+
},
3942
});
4043
return discard();
4144
}

0 commit comments

Comments
 (0)