Fix file attachment limited to one file (#7280)
This commit is contained in:
parent
19b7bae916
commit
2658d62c9c
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ export default function FileQuickAction({
|
|||
const picker = new PickerUtil(intl,
|
||||
onUploadFiles);
|
||||
|
||||
picker.attachFileFromFiles();
|
||||
picker.attachFileFromFiles(undefined, true);
|
||||
}, [onUploadFiles]);
|
||||
|
||||
const actionTestID = disabled ? `${testID}.disabled` : testID;
|
||||
|
|
|
|||
Loading…
Reference in a new issue