Address PR review comments.

This commit is contained in:
kialam
2018-11-13 09:53:36 -05:00
parent 44e9d3919d
commit 03f6e52cf1
6 changed files with 18 additions and 18 deletions

View File

@@ -81,7 +81,7 @@ class App extends React.Component {
}
onDevLogout = async () => {
await api.BaseGet(API_LOGOUT);
await api.get(API_LOGOUT);
this.setState({ activeGroup: 'views_group', activeItem: 'views_group_dashboard' });
}