mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 14:27:42 -02:30
Pass actual error to ContentError so it can be displayed
This commit is contained in:
@@ -151,7 +151,7 @@ function CredentialEdit({ credential, me }) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
if (error) {
|
if (error) {
|
||||||
return <ContentError />;
|
return <ContentError error={error} />;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isLoading) {
|
if (isLoading) {
|
||||||
|
|||||||
Reference in New Issue
Block a user