mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
* Added empty string filter * Changed operator in empty string filter Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Ashik Meerankutty <ashik9591@gmail.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
bf63c44987
commit
a11a0fdea3
1 changed files with 1 additions and 1 deletions
|
@ -486,7 +486,7 @@ class FilterEditorUI extends Component<Props, State> {
|
|||
operator.type,
|
||||
operator.negate,
|
||||
this.props.filter.meta.disabled,
|
||||
params,
|
||||
params ?? '',
|
||||
alias,
|
||||
$state.store
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue