diff --git a/airflow-core/src/airflow/ui/src/pages/DagRuns/DagRuns.tsx b/airflow-core/src/airflow/ui/src/pages/DagRuns/DagRuns.tsx index 971354ebe55b5..06374d10b27a1 100644 --- a/airflow-core/src/airflow/ui/src/pages/DagRuns/DagRuns.tsx +++ b/airflow-core/src/airflow/ui/src/pages/DagRuns/DagRuns.tsx @@ -225,7 +225,6 @@ export const DagRuns = () => { const { setTableURLState, tableURLState } = useTableURLState({ columnVisibility: { - conf: false, dag_version: false, end_date: false, partition_key: false,