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,
|
page: page,
|
||||||
size: size,
|
size: size,
|
||||||
sortBy: "createdAt",
|
sortBy: "createdAt",
|
||||||
sortDirection: "ASC", //DESC, ASC
|
sortDirection: "DESC", //DESC, ASC
|
||||||
types: [], //"SEARCH_RESULT", "MONITORING_RESULT"
|
types: [], //"SEARCH_RESULT", "MONITORING_RESULT"
|
||||||
statuses: ["NEW", "READIED"] //"NEW"
|
statuses: ["NEW", "READIED"] //"NEW"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user