change sortDirection for nitification
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user