diff --git a/frontend/src/pages/Hosts/TableWrapper.tsx b/frontend/src/pages/Hosts/TableWrapper.tsx index 68c532c..3482508 100644 --- a/frontend/src/pages/Hosts/TableWrapper.tsx +++ b/frontend/src/pages/Hosts/TableWrapper.tsx @@ -18,7 +18,7 @@ const initialState = { limit: 10, sortBy: [ { - id: "name", + id: "domain_names", desc: false, }, ],