Skip to content

Commit 46e2648

Browse files
pierrejeambrunkaxil
authored andcommitted
Remove sort indicators on XCom table (#49547)
(cherry picked from commit c970317)
1 parent 5b833c6 commit 46e2648

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • airflow-core/src/airflow/ui/src/pages/XCom

airflow-core/src/airflow/ui/src/pages/XCom/XCom.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ const columns: Array<ColumnDef<XComResponse>> = [
4343
<RouterLink to={`/dags/${original.dag_id}`}>{original.dag_id}</RouterLink>
4444
</Link>
4545
),
46+
enableSorting: false,
4647
header: "Dag",
4748
},
4849
{
@@ -54,6 +55,7 @@ const columns: Array<ColumnDef<XComResponse>> = [
5455
</RouterLink>
5556
</Link>
5657
),
58+
enableSorting: false,
5759
header: "Run Id",
5860
},
5961
{
@@ -77,6 +79,7 @@ const columns: Array<ColumnDef<XComResponse>> = [
7779
},
7880
{
7981
accessorKey: "map_index",
82+
enableSorting: false,
8083
header: "Map Index",
8184
},
8285
{

0 commit comments

Comments
 (0)