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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]