fix(azure): correctly sort container ports [EE-4076] (#7550)

pull/7502/head
itsconquest 2022-08-24 12:43:04 +12:00 committed by GitHub
parent 11f0574ad3
commit a2a35a1851
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ export const ports: Column<ContainerGroup> = {
disableFilters: true,
Filter: () => null,
canHide: true,
sortType: 'string',
Cell: PortsCell,
};