Remove "Show" button from PlaylistEdit view
This commit is contained in:
@@ -64,7 +64,7 @@ const PlaylistEditForm = (props) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const PlaylistEdit = (props) => (
|
const PlaylistEdit = (props) => (
|
||||||
<Edit title={<PlaylistTitle />} {...props}>
|
<Edit title={<PlaylistTitle />} actions={false} {...props}>
|
||||||
<PlaylistEditForm {...props} />
|
<PlaylistEditForm {...props} />
|
||||||
</Edit>
|
</Edit>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user