default sorting to starts_at desc

This commit is contained in:
2023-03-28 09:32:23 +10:00
parent c7fb636ab5
commit 22ea843f60

View File

@@ -100,8 +100,8 @@ const serverItemsLength = ref(0);
const serverOptions = ref({
page: 1,
rowsPerPage: 25,
sortBy: null,
sortType: null,
sortBy: "start_at",
sortType: "desc",
});
const handleClick = (item, extra: string): void => {