Update entity_analytics_management_page.tsx

This commit is contained in:
Jared Burgett 2025-01-29 15:52:59 -06:00 committed by GitHub
parent b1411e648d
commit e11fc5c0ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -165,6 +165,7 @@ export const EntityAnalyticsManagementPage = () => {
/>
</EuiFlexItem>
</EuiFlexGroup>
{/* Comment to trigger CI build */}
</>
);
};