nytai commented on a change in pull request #9462: [Dashboard] new listview 
filters & emotion infra
URL: 
https://github.com/apache/incubator-superset/pull/9462#discussion_r406988816
 
 

 ##########
 File path: superset-frontend/src/components/ListView/utils.ts
 ##########
 @@ -76,6 +87,13 @@ export function extractInputValue(
   return null;
 }
 
+export function getDefaultFilterOperator(filter: Filter): string {
+  if (filter.operator) return filter.operator;
 
 Review comment:
   when did that operator drop? 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to