소스 검색

upload shouldn’t start here

Artur Paikin 6 년 전
부모
커밋
776d6ae77a
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      examples/react-native-expo/react-native/file-picker/index.js

+ 0 - 1
examples/react-native-expo/react-native/file-picker/index.js

@@ -65,7 +65,6 @@ export default class UppyReactNativeFilePicker extends React.Component {
         type: file.type,
         data: file
       })
-      this.uppy.upload()
       this.props.onRequestClose()
     })
   }