From f3018115baf4a5fd0b7783449a451904f3d265b5 Mon Sep 17 00:00:00 2001 From: Jamie Curnow Date: Mon, 24 Jul 2023 11:50:13 +1000 Subject: [PATCH] Fix hosts index list --- frontend/src/pages/Hosts/TableWrapper.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/Hosts/TableWrapper.tsx b/frontend/src/pages/Hosts/TableWrapper.tsx index 68c532c1..3482508a 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, }, ],