Skip to content

Commit f301811

Browse files
committed
Fix hosts index list
1 parent a0e17f9 commit f301811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/Hosts/TableWrapper.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const initialState = {
1818
limit: 10,
1919
sortBy: [
2020
{
21-
id: "name",
21+
id: "domain_names",
2222
desc: false,
2323
},
2424
],

0 commit comments

Comments
 (0)