mcbrewster commented on a change in pull request #9567: fix global filter input
URL: https://github.com/apache/druid/pull/9567#discussion_r399514506
 
 

 ##########
 File path: web-console/src/views/load-data-view/load-data-view.tsx
 ##########
 @@ -2094,19 +2096,25 @@ export class LoadDataView extends 
React.PureComponent<LoadDataViewProps, LoadDat
           />
           <FormGroup label="Extra filter">
             <JsonInput
-              value={restFilter}
-              onChange={f => {
+              value={newFilterValue}
 
 Review comment:
   I am manually clearing the filter by setting newFilter to undefined. I think 
I can just remove that. 

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to