nytai commented on a change in pull request #11675:
URL:
https://github.com/apache/incubator-superset/pull/11675#discussion_r527979087
##########
File path: superset-frontend/src/components/ListView/utils.ts
##########
@@ -63,11 +68,11 @@ function updateInList(list: any[], index: number, update:
any): any[] {
];
}
-function mergeCreateFilterValues(list: Filter[], updateList: FilterValue[]) {
+function mergeCreateFilterValues(list: Filter[], updateObj: any) {
Review comment:
I'm also going to be modifying this file in
https://github.com/apache/incubator-superset/pull/11702 so I'll make this
change when I rebase after this is merged.
----------------------------------------------------------------
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]