mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-07 16:41:48 -05:00
Fix error naming issue
This commit is contained in:
@@ -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);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user