mirror of
https://github.com/ansible/awx.git
synced 2026-03-22 11:25:08 -02: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) {
|
async handleOrgDelete (event) {
|
||||||
const { orgsToDelete, handleHttpError } = this.state;
|
const { orgsToDelete } = this.state;
|
||||||
const { api } = this.props;
|
const { api, handleHttpError } = this.props;
|
||||||
let errorHandled;
|
let errorHandled;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user