diff --git a/x-pack/solutions/search/plugins/search_playground/public/components/select_indices_flyout.tsx b/x-pack/solutions/search/plugins/search_playground/public/components/select_indices_flyout.tsx index fa3868cb392c8..65fbdf0d223d0 100644 --- a/x-pack/solutions/search/plugins/search_playground/public/components/select_indices_flyout.tsx +++ b/x-pack/solutions/search/plugins/search_playground/public/components/select_indices_flyout.tsx @@ -23,6 +23,7 @@ import { } from '@elastic/eui'; import { FormattedMessage } from '@kbn/i18n-react'; import { i18n } from '@kbn/i18n'; +import { css } from '@emotion/react'; import { EuiSelectableOption } from '@elastic/eui/src/components/selectable/selectable_option'; import { getIndicesWithNoSourceFields } from '../utils/create_query'; import { useIndicesFields } from '../hooks/use_indices_fields'; @@ -62,6 +63,10 @@ export const SelectIndicesFlyout: React.FC = ({ onClose })