mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 12:20:45 -03:30
update to correct grab handleHttpError from props instead of state
This commit is contained in:
parent
83e6255ba4
commit
b9e0b2e0ad
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user