sort media list in reverse

This commit is contained in:
2023-09-29 15:55:35 +10:00
parent b8731c3f37
commit 3121d12f3a

View File

@@ -240,6 +240,7 @@ const handleLoad = async () => {
let params = {
page: itemsPage.value,
limit: itemsPerPage,
sort: "-created_at",
};
if (itemSearch.value.length > 0) {