diff --git a/changes/16820-loading-state-auto-enroll-ui b/changes/16820-loading-state-auto-enroll-ui new file mode 100644 index 0000000000..4eee73b5f6 --- /dev/null +++ b/changes/16820-loading-state-auto-enroll-ui @@ -0,0 +1 @@ +- Fixed UI styling of loading state for automatic enrollment settings page. diff --git a/frontend/pages/admin/IntegrationsPage/cards/AutomaticEnrollment/AutomaticEnrollment.tsx b/frontend/pages/admin/IntegrationsPage/cards/AutomaticEnrollment/AutomaticEnrollment.tsx index cf61518814..3a6bc79db8 100644 --- a/frontend/pages/admin/IntegrationsPage/cards/AutomaticEnrollment/AutomaticEnrollment.tsx +++ b/frontend/pages/admin/IntegrationsPage/cards/AutomaticEnrollment/AutomaticEnrollment.tsx @@ -43,7 +43,11 @@ const AutomaticEnrollment = ({ router }: IAutomaticEnrollment) => { if (!isPremiumTier) return ; if (isLoadingMdmApple) { - return ; + return ( +
+ +
+ ); } if (errorMdmApple?.status === 404) {