mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
* Show filter value if nothing else is available for label value
* Add label max width
* Revert "Add label max width"
This reverts commit 9537968110
.
This commit is contained in:
parent
609e996a56
commit
862a42fad7
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ export function FilterLabel({ filter, valueLabel }: Props) {
|
|||
return (
|
||||
<Fragment>
|
||||
{prefix}
|
||||
{JSON.stringify(filter.query)}
|
||||
{JSON.stringify(filter.query) || filter.meta.value}
|
||||
</Fragment>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue