Skip to content

Commit b6845d7

Browse files
committed
hot fix page2
1 parent b2c392c commit b6845d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/PageTwo/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ handleFileChange(files) {
121121

122122
handleContinue() {
123123
console.log(this.state.files.length);
124-
if(this.state.files.length > 1){
124+
if(this.state.files.length > 0){
125125
window.location.href = '/demo';
126126
} else {
127127
this.handleAlert("No file to process")

0 commit comments

Comments
 (0)