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


##########
superset-frontend/plugins/plugin-chart-ag-grid-table/src/stateConversion.ts:
##########
@@ -25,12 +25,13 @@ import {
   type AgGridFilterModel,
   type AgGridFilter,
 } from '@superset-ui/core';
+import { getStartOfDay, getEndOfDay } from './utils/agGridFilterConverter';
 
 /**
  * AG Grid text filter type to backend operator mapping
  */
 const TEXT_FILTER_OPERATORS: Record<string, string> = {

Review Comment:
   Done! I've removed the duplicate TEXT_FILTER_OPERATORS and 
NUMBER_FILTER_OPERATORS objects from `stateConversion.ts` and now import the 
shared constants:



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