mirror of
https://github.com/navidrome/navidrome.git
synced 2026-03-04 06:35:52 +00:00
Remove "Show" button from PlaylistEdit view
This commit is contained in:
parent
caeac18d2a
commit
42e7f00a65
@ -64,7 +64,7 @@ const PlaylistEditForm = (props) => {
|
||||
}
|
||||
|
||||
const PlaylistEdit = (props) => (
|
||||
<Edit title={<PlaylistTitle />} {...props}>
|
||||
<Edit title={<PlaylistTitle />} actions={false} {...props}>
|
||||
<PlaylistEditForm {...props} />
|
||||
</Edit>
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user