nav to list after setting team
This commit is contained in:
parent
f6f9b8c79e
commit
c16bfab12a
@ -9,14 +9,15 @@ function registerEvents(store) {
|
|||||||
store.dispatch(actions.setPing(ping));
|
store.dispatch(actions.setPing(ping));
|
||||||
}
|
}
|
||||||
|
|
||||||
function setTeam(team) {
|
|
||||||
store.dispatch(actions.setTeam(team));
|
|
||||||
}
|
|
||||||
|
|
||||||
function setNav(v) {
|
function setNav(v) {
|
||||||
store.dispatch(actions.setNav(v));
|
store.dispatch(actions.setNav(v));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function setTeam(team) {
|
||||||
|
store.dispatch(actions.setTeam(team));
|
||||||
|
setNav('list');
|
||||||
|
}
|
||||||
|
|
||||||
function setConstructList(constructs) {
|
function setConstructList(constructs) {
|
||||||
store.dispatch(actions.setConstructs(constructs));
|
store.dispatch(actions.setConstructs(constructs));
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user