Fix currentApiClient references
This commit is contained in:
committed by
vitorsemeano
parent
8bc8255a3e
commit
54d71126d9
@@ -170,7 +170,7 @@ import './multiSelect.css';
|
||||
}
|
||||
|
||||
function showMenuForSelectedItems(e) {
|
||||
const apiClient = ConnectionManager.currentApiClient();
|
||||
const apiClient = window.ConnectionManager.currentApiClient();
|
||||
|
||||
apiClient.getCurrentUser().then(user => {
|
||||
const menuItems = [];
|
||||
|
||||
Reference in New Issue
Block a user