mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: David Sánchez <davidsansol92@gmail.com>
This commit is contained in:
parent
6f08d6232e
commit
a477d55ec0
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ export const CriteriaConditions = memo<CriteriaConditionsProps>(
|
|||
};
|
||||
|
||||
const getEntryOperator = (type: string, operator: string) => {
|
||||
if (type === 'nested') return;
|
||||
if (type === 'nested') return '';
|
||||
return operator === 'included'
|
||||
? OPERATOR_TYPE_LABELS_INCLUDED[type as keyof typeof OPERATOR_TYPE_LABELS_INCLUDED] ?? type
|
||||
: OPERATOR_TYPE_LABELS_EXCLUDED[type as keyof typeof OPERATOR_TYPE_LABELS_EXCLUDED] ?? type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue