kopia lustrzana https://github.com/OpenDroneMap/WebODM
ProjectListItem.jsx: Solve typo
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>pull/271/head
rodzic
a8f879974c
commit
e2aca34e43
|
@ -155,7 +155,7 @@ class ProjectListItem extends React.Component {
|
||||||
}else{
|
}else{
|
||||||
this.setUploadState({
|
this.setUploadState({
|
||||||
uploading: false,
|
uploading: false,
|
||||||
error: "Could not upload all files. An error occured. Please try again."
|
error: "Could not upload all files. An error occurred. Please try again."
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Ładowanie…
Reference in New Issue