mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 06:28:01 -03:30
Pass actual error to ContentError so it can be displayed
This commit is contained in:
parent
34e85dea8b
commit
d27c482e5e
@ -151,7 +151,7 @@ function CredentialEdit({ credential, me }) {
|
||||
};
|
||||
|
||||
if (error) {
|
||||
return <ContentError />;
|
||||
return <ContentError error={error} />;
|
||||
}
|
||||
|
||||
if (isLoading) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user