kgabryje commented on a change in pull request #15385:
URL: https://github.com/apache/superset/pull/15385#discussion_r658699010
##########
File path:
superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/utils.ts
##########
@@ -20,9 +20,15 @@ import { flatMapDeep } from 'lodash';
import { FormInstance } from 'antd/lib/form';
import React from 'react';
import { CustomControlItem, DatasourceMeta } from
'@superset-ui/chart-controls';
+import { Column, ensureIsArray, GenericDataType } from '@superset-ui/core';
const FILTERS_FIELD_NAME = 'filters';
+export const FILTER_GROUPS = {
+ TIME: ['filter_time', 'filter_timegrain', 'filter_timecolumn'],
Review comment:
Fantastic suggestion, thank you!
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]