fix sorting and add opacity while sorting
This commit is contained in:
@@ -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`, {
|
||||
|
||||
Reference in New Issue
Block a user