vogievetsky commented on a change in pull request #9567: fix global filter input
URL: https://github.com/apache/druid/pull/9567#discussion_r398817796
##########
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 think this should be `newFilterValue || restFilter` otherwise the filter
disappears after you click Apply
----------------------------------------------------------------
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]