amaannawab923 commented on code in PR #33054:
URL: https://github.com/apache/superset/pull/33054#discussion_r2037795545


##########
superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:
##########
@@ -41,14 +43,21 @@ import { FilterBarOrientation } from 'src/dashboard/types';
 import { PluginFilterSelectProps, SelectValue } from './types';
 import { FilterPluginStyle, StatusMessage, StyledFormItem } from '../common';
 import { getDataRecordFormatter, getSelectExtraFormData } from '../../utils';
+import Checkbox from 'src/components/Checkbox/Checkbox';
+import { Tooltip } from 'src/components/Tooltip';
+import { Icons } from 'src/components/Icons';
+import { useSelector } from 'react-redux';
+import { RootState } from 'src/views/store';
+
+const EXCLUDE_FILTER_VALUES_TOOLTIP = (filterName: string) => `Check this box 
to exclude the selected ${filterName} values from the results instead of 
filtering them`

Review Comment:
   Done ... Please check if its ok



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to