mirror of
https://github.com/apache/superset.git
synced 2026-04-07 18:35:15 +00:00
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:
@@ -33,7 +33,7 @@ describe('getEffectiveExtraFilters', () => {
|
||||
},
|
||||
{
|
||||
col: '__time_range',
|
||||
op: '=',
|
||||
op: '==',
|
||||
val: ' : 2020-07-17T00:00:00',
|
||||
},
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user