removed message param from selector
This commit is contained in:
parent
ef8e87c48c
commit
6bb1ca606b
1 changed files with 3 additions and 4 deletions
|
@ -4,7 +4,6 @@ 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,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue