Skip to content

Commit

Permalink
Set default view to Album list
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed May 5, 2020
1 parent 8880294 commit 29e2ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/App.js
Expand Up @@ -43,8 +43,8 @@ const App = () => (
loginPage={Login}
>
{(permissions) => [
<Resource name="artist" {...artist} options={{ subMenu: 'library' }} />,
<Resource name="album" {...album} options={{ subMenu: 'library' }} />,
<Resource name="artist" {...artist} options={{ subMenu: 'library' }} />,
<Resource name="song" {...song} options={{ subMenu: 'library' }} />,
permissions === 'admin' ? (
<Resource name="user" {...user} options={{ subMenu: 'settings' }} />
Expand Down

0 comments on commit 29e2ab1

Please sign in to comment.