remove comment
This commit is contained in:
@@ -187,7 +187,7 @@ export default function TanstakFilesTable({ fileType }: { fileType: string }) {
|
||||
|
||||
return {
|
||||
items,
|
||||
total_count: data.total_count || data.files.length, // предполагаем, что сервер возвращает total
|
||||
total_count: data.total_count || data.files.length,
|
||||
page: data.page || pagination.pageIndex + 1,
|
||||
pageSize: data.page_size || pagination.pageSize
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user