mirror of
https://github.com/apache/superset.git
synced 2026-06-02 22:29:26 +00:00
refactor: Removes the deprecated GENERIC_CHART_AXES feature flag (#26372)
This commit is contained in:
committed by
GitHub
parent
d8f7e2ce5e
commit
8a2f7d378a
@@ -18,7 +18,6 @@
|
||||
*/
|
||||
import React, { useCallback, useEffect, useMemo, useState } from 'react';
|
||||
import {
|
||||
hasGenericChartAxes,
|
||||
logging,
|
||||
Metric,
|
||||
QueryFormData,
|
||||
@@ -373,7 +372,6 @@ const DndFilterSelect = (props: DndFilterSelectProps) => {
|
||||
config.operatorId = Operators.IN;
|
||||
}
|
||||
if (
|
||||
hasGenericChartAxes &&
|
||||
isColumnMeta(droppedItem) &&
|
||||
isTemporalColumn(droppedItem?.column_name, props.datasource)
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user