Update client dependencies
This commit is contained in:
parent
20c3855ced
commit
19bcc51eb4
13 changed files with 2973 additions and 1741 deletions
|
@ -76,7 +76,7 @@ export function select(server, name, doReplace) {
|
|||
export function updateSelection() {
|
||||
return (dispatch, getState) => {
|
||||
const state = getState();
|
||||
const history = state.tab.history;
|
||||
const { history } = state.tab;
|
||||
const { servers } = state;
|
||||
const { server } = state.tab.selected;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue