Quellcode durchsuchen

upload shouldn’t start here

Artur Paikin vor 6 Jahren
Ursprung
Commit
776d6ae77a
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  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()
     })
   }