Updated new loading indicator to document saving
This commit is contained in:
@ -10,6 +10,10 @@ import { inject, observer } from 'mobx-react';
|
||||
componentWillUnmount() {
|
||||
this.props.ui.disableProgressBar();
|
||||
}
|
||||
|
||||
render() {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
export default inject('ui')(LoadingIndicator);
|
||||
|
Reference in New Issue
Block a user