nytai commented on a change in pull request #11702:
URL:
https://github.com/apache/incubator-superset/pull/11702#discussion_r532931238
##########
File path: superset-frontend/src/components/ListView/types.ts
##########
@@ -89,3 +99,24 @@ export interface FetchDataConfig {
export interface InternalFilter extends FilterValue {
Header?: string;
}
+
+export enum FilterOperators {
+ starts_with = 'sw',
Review comment:
converted to camelCase since that's the js standard
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]