Selaa lähdekoodia

upload shouldn’t start here

Artur Paikin 6 vuotta sitten
vanhempi
commit
776d6ae77a
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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()
     })
   }