diff --git a/src/app/actions/notificationActions.ts b/src/app/actions/notificationActions.ts index f500f33..2baf35d 100644 --- a/src/app/actions/notificationActions.ts +++ b/src/app/actions/notificationActions.ts @@ -62,7 +62,7 @@ export async function fetchAllNotifications(page: number = 0, size: number = 10) page: page, size: size, sortBy: "createdAt", - sortDirection: "ASC", //DESC, ASC + sortDirection: "DESC", //DESC, ASC types: [], //"SEARCH_RESULT", "MONITORING_RESULT" statuses: ["NEW", "READIED"] //"NEW" }