From 716da38f7dc867534ac9fcae2285a1ff707385eb Mon Sep 17 00:00:00 2001 From: mo Date: Mon, 2 May 2022 14:13:51 -0500 Subject: [PATCH] default sort Signed-off-by: mo --- plugins/azure-devops/src/components/GitTagTable/GitTagTable.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/azure-devops/src/components/GitTagTable/GitTagTable.tsx b/plugins/azure-devops/src/components/GitTagTable/GitTagTable.tsx index 5ed304ee7d..b3fa05d6db 100644 --- a/plugins/azure-devops/src/components/GitTagTable/GitTagTable.tsx +++ b/plugins/azure-devops/src/components/GitTagTable/GitTagTable.tsx @@ -33,6 +33,7 @@ const columns: TableColumn[] = [ title: 'Tag', field: 'name', highlight: false, + defaultSort: 'desc', width: 'auto', render: (row: Partial) => (