mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
Fix error naming issue
This commit is contained in:
@@ -17,7 +17,7 @@ function TeamEdit({ team }) {
|
|||||||
await TeamsAPI.update(team.id, values);
|
await TeamsAPI.update(team.id, values);
|
||||||
history.push(`/teams/${team.id}/details`);
|
history.push(`/teams/${team.id}/details`);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
setError(error);
|
setError(err);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user