mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-10 18:11:49 -05:00
Address PR review comments.
This commit is contained in:
@@ -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' });
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user