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) => (