refactor: Removes the deprecated GENERIC_CHART_AXES feature flag (#26372)

This commit is contained in:
Michael S. Molina
2024-01-31 09:45:57 -05:00
committed by GitHub
parent d8f7e2ce5e
commit 8a2f7d378a
99 changed files with 363 additions and 1115 deletions

View File

@@ -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)
) {