mirror of
https://github.com/ansible/awx.git
synced 2026-01-27 16:41:29 -03:30
Fix error naming issue
This commit is contained in:
parent
1368835a29
commit
5170948241
@ -17,7 +17,7 @@ function TeamEdit({ team }) {
|
||||
await TeamsAPI.update(team.id, values);
|
||||
history.push(`/teams/${team.id}/details`);
|
||||
} catch (err) {
|
||||
setError(error);
|
||||
setError(err);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user