mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-01 07:21:17 +00:00
fix(ui): always define config resource.
fixes #4224 Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
parent
0d74d36cec
commit
fcba2ba902
@ -137,9 +137,7 @@ const Admin = (props) => {
|
||||
<Resource name="playlistTrack" />,
|
||||
<Resource name="keepalive" />,
|
||||
<Resource name="insights" />,
|
||||
permissions === 'admin' && config.devUIShowConfig ? (
|
||||
<Resource name="config" />
|
||||
) : null,
|
||||
<Resource name="config" />,
|
||||
<Player />,
|
||||
]}
|
||||
</RAAdmin>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user