Skip to content

Commit

Permalink
Fix schedule loading flicker
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemcdermott committed Feb 24, 2021
1 parent 19e5291 commit 3af02ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awx/ui_next/src/components/Schedule/Schedule.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function Schedule({
},
];

if (isLoading) {
if (isLoading || !schedule?.summary_fields?.unified_job_template?.id) {
return <ContentLoading />;
}

Expand Down

0 comments on commit 3af02ae

Please sign in to comment.