We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b833c6 commit 46e2648Copy full SHA for 46e2648
1 file changed
airflow-core/src/airflow/ui/src/pages/XCom/XCom.tsx
@@ -43,6 +43,7 @@ const columns: Array<ColumnDef<XComResponse>> = [
43
<RouterLink to={`/dags/${original.dag_id}`}>{original.dag_id}</RouterLink>
44
</Link>
45
),
46
+ enableSorting: false,
47
header: "Dag",
48
},
49
{
@@ -54,6 +55,7 @@ const columns: Array<ColumnDef<XComResponse>> = [
54
55
</RouterLink>
56
57
58
59
header: "Run Id",
60
61
@@ -77,6 +79,7 @@ const columns: Array<ColumnDef<XComResponse>> = [
77
79
78
80
81
accessorKey: "map_index",
82
83
header: "Map Index",
84
85
0 commit comments