Fix upload progress not communicating processing phase in web UI (#19530)
This commit is contained in:
parent
a449ee8654
commit
30ef110224
5 changed files with 34 additions and 13 deletions
|
@ -4,6 +4,7 @@ import UploadProgress from '../components/upload_progress';
|
|||
const mapStateToProps = state => ({
|
||||
active: state.getIn(['compose', 'is_uploading']),
|
||||
progress: state.getIn(['compose', 'progress']),
|
||||
isProcessing: state.getIn(['compose', 'is_processing']),
|
||||
});
|
||||
|
||||
export default connect(mapStateToProps)(UploadProgress);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue