diff --git a/resources/js/views/dashboard/EventList.vue b/resources/js/views/dashboard/EventList.vue index b816d0d..94969d1 100644 --- a/resources/js/views/dashboard/EventList.vue +++ b/resources/js/views/dashboard/EventList.vue @@ -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 => {