mirror of
https://github.com/ansible/awx.git
synced 2026-02-02 10:08:10 -03:30
update to correct grab handleHttpError from props instead of state
This commit is contained in:
@@ -173,8 +173,8 @@ class OrganizationsList extends Component {
|
||||
}
|
||||
|
||||
async handleOrgDelete (event) {
|
||||
const { orgsToDelete, handleHttpError } = this.state;
|
||||
const { api } = this.props;
|
||||
const { orgsToDelete } = this.state;
|
||||
const { api, handleHttpError } = this.props;
|
||||
let errorHandled;
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user