Show Playlist tracks

This commit is contained in:
Deluan
2020-05-15 13:48:33 -04:00
committed by Deluan Quintão
parent 8a709c489a
commit 0ca79eead4
11 changed files with 313 additions and 46 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import { DurationField, List } from '../common'
const PlaylistList = (props) => (
<List {...props} exporter={false}>
<Datagrid rowClick="edit">
<Datagrid rowClick="show">
<TextField source="name" />
<TextField source="owner" />
<BooleanField source="public" />