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 }) => {
return {
disabled : publish.disabled,
disabledMessage: publish.disabledMessage,
file : publish.file,
status : publish.status.status,
disabled: publish.disabled,
file : publish.file,
status : publish.status.status,
};
};