We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db6538b commit 83d598dCopy full SHA for 83d598d
x-pack/solutions/observability/plugins/infra/public/components/schema_selector.tsx
@@ -238,7 +238,7 @@ export const SchemaSelector = ({
238
})}
239
css={{ minWidth: isHostsView ? '400px' : '300px' }}
240
helpText={
241
- options.length > 1 &&
+ (options.length > 1 || (options.length === 1 && isInvalid)) &&
242
i18n.translate('xpack.infra.schemaSelector.select.helpText', {
243
defaultMessage: 'There are hosts available in another schema',
244
})
0 commit comments