diff --git a/web/src/pages/LocationsPage/components/LocationsTable.tsx b/web/src/pages/LocationsPage/components/LocationsTable.tsx index db03cd6b52..a003d69e73 100644 --- a/web/src/pages/LocationsPage/components/LocationsTable.tsx +++ b/web/src/pages/LocationsPage/components/LocationsTable.tsx @@ -161,12 +161,14 @@ export const LocationsTable = () => { columnHelper.accessor('service_location_mode', { header: 'Service location', minSize: 100, + enableSorting: true, + sortingFn: 'text', cell: (info) => { switch (info.getValue()) { case 'disabled': return ( - + Regular ); case 'prelogon':