fix sorting and add opacity while sorting

This commit is contained in:
smanylov
2026-04-17 14:36:04 +07:00
parent 86f56b4735
commit 31d9307fe1
4 changed files with 8 additions and 4 deletions
-1
View File
@@ -22,7 +22,6 @@ export async function getUserFilesData({
query?: string;
}) {
const token = await getSessionData('token');
/* console.log('getUserFilesData', { page, pageSize, sortBy, sortOrder, type, date, query }); */
try {
const response = await fetch(`${API_BASE_URL}/api/v1/data`, {