diff --git a/app/components/post_draft/quick_actions/file_quick_action/index.tsx b/app/components/post_draft/quick_actions/file_quick_action/index.tsx index 566fa9320..112d72123 100644 --- a/app/components/post_draft/quick_actions/file_quick_action/index.tsx +++ b/app/components/post_draft/quick_actions/file_quick_action/index.tsx @@ -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;