[Ingest] Update PackageIcon
component to use empty
icon during initialization
#60622
Labels
Feature:EPM
Fleet team's Elastic Package Manager (aka Integrations) project
Feature:Fleet
Fleet team's agent central management project
Team:Fleet
Team label for Observability Data Collection Fleet team
Add
empty
as the initial icon to be displayed to thePackageIcon
component (x-pack/plugins/ingest_manager/public/applications/ingest_manager/components/package_icon.tsx:28
)Background
With PR #60429, a
PackageIcon
component was created that will attempt to show a package's icon (if available) or revert back to a Eui icon if one is not defined. This component should display the Euiempty
icon while it is trying to determine if a package icon exists. This effort uncovered a bug in EuiIcon (ref: elastic/eui/pull/3118 ) which in turn cause us to remove the use of theempty
icon.EuiIcon bug fix should be available by Feb. 27, 2020
The text was updated successfully, but these errors were encountered: