feat: rename year to max_year and add min_year to album. #118
This commit is contained in:
@@ -83,7 +83,7 @@ const SongList = (props) => {
|
||||
{isDesktop && <TextField source="album" />}
|
||||
<TextField source="artist" />
|
||||
{isDesktop && <NumberField source="trackNumber" />}
|
||||
{isDesktop && <TextField source="year" />}
|
||||
{isDesktop && <TextField source="maxYear" />}
|
||||
<DurationField source="duration" />
|
||||
</Datagrid>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user