Fix hosts index list

This commit is contained in:
Jamie Curnow 2023-07-24 11:50:13 +10:00
parent a0e17f9678
commit f3018115ba
No known key found for this signature in database
GPG Key ID: FFBB624C43388E9E

View File

@ -18,7 +18,7 @@ const initialState = {
limit: 10, limit: 10,
sortBy: [ sortBy: [
{ {
id: "name", id: "domain_names",
desc: false, desc: false,
}, },
], ],