mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Fix schedule loading flicker
This commit is contained in:
parent
d337948bd6
commit
218b97883d
@ -70,7 +70,7 @@ function Schedule({
|
||||
},
|
||||
];
|
||||
|
||||
if (isLoading) {
|
||||
if (isLoading || !schedule?.summary_fields?.unified_job_template?.id) {
|
||||
return <ContentLoading />;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user