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