Publish disable config #388

Merged
bones7242 merged 2 commits from publish-disable-config into master 2018-03-12 21:59:40 +01:00
Showing only changes of commit 6bb1ca606b - Show all commits

View file

@ -3,10 +3,9 @@ import View from './view';
const mapStateToProps = ({ publish }) => { const mapStateToProps = ({ publish }) => {
return { return {
disabled : publish.disabled, disabled: publish.disabled,
disabledMessage: publish.disabledMessage, file : publish.file,
file : publish.file, status : publish.status.status,
status : publish.status.status,
}; };
}; };