Implement album lists

This commit is contained in:
Deluan
2020-07-28 08:49:28 -04:00
committed by Deluan Quintão
parent d877928f11
commit db8a48bba6
5 changed files with 86 additions and 12 deletions
+1 -1
View File
@@ -60,8 +60,8 @@ const AlbumList = (props) => {
exporter={false}
bulkActionButtons={false}
actions={<AlbumListActions />}
sort={{ field: 'created_at', order: 'DESC' }}
filters={<AlbumFilter />}
sort={{ field: 'name', order: 'ASC' }}
perPage={perPage}
pagination={<Pagination rowsPerPageOptions={perPageOptions} />}
>