fix: incorrect filter operator emitted by Filter Box (#10421)

* fix: equals operator in filter box

* fix time range endpoint schema

* fix test

* bump packages

* fix tests

* lint
This commit is contained in:
Ville Brofeldt
2020-07-26 12:40:03 +03:00
committed by GitHub
parent ea3c3bbae4
commit 5b6ff4944c
6 changed files with 8 additions and 8 deletions

View File

@@ -33,7 +33,7 @@ describe('getEffectiveExtraFilters', () => {
},
{
col: '__time_range',
op: '=',
op: '==',
val: ' : 2020-07-17T00:00:00',
},
]);