Browse Source

clear error on cancelAll

Artur Paikin 7 years ago
parent
commit
5b39abdee8
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/core/Core.js

+ 2 - 1
src/core/Core.js

@@ -582,7 +582,8 @@ class Uppy {
 
 
     this.setState({
     this.setState({
       files: {},
       files: {},
-      totalProgress: 0
+      totalProgress: 0,
+      error: null
     })
     })
   }
   }