kgabryje commented on code in PR #35683:
URL: https://github.com/apache/superset/pull/35683#discussion_r2673072390
##########
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:
Could we perhaps consolidate those objects with the ones in
agGridFilterConverter? They look quite similar
--
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]