Fix UI styling of loading state for automatic enrollment settings page (#16959)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
- Fixed UI styling of loading state for automatic enrollment settings page.
|
||||
+5
-1
@@ -43,7 +43,11 @@ const AutomaticEnrollment = ({ router }: IAutomaticEnrollment) => {
|
||||
if (!isPremiumTier) return <PremiumFeatureMessage />;
|
||||
|
||||
if (isLoadingMdmApple) {
|
||||
return <Spinner />;
|
||||
return (
|
||||
<div className={baseClass}>
|
||||
<Spinner />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
if (errorMdmApple?.status === 404) {
|
||||
|
||||
Reference in New Issue
Block a user