Skip to content

Commit

Permalink
remove create button for avatars
Browse files Browse the repository at this point in the history
  • Loading branch information
robinkwilson committed Sep 10, 2020
1 parent 294b3ac commit 13e912f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/src/admin.js
Expand Up @@ -142,7 +142,7 @@ class AdminUI extends Component {
<Resource name="accounts" list={AccountList} edit={AccountEdit} />
<Resource name="identities" list={IdentityList} create={IdentityCreate} edit={IdentityEdit} />
<Resource name="scenes" list={SceneList} edit={SceneEdit} />
<Resource name="avatars" list={AvatarList} create={IdentityCreate} edit={AvatarEdit} />
<Resource name="avatars" list={AvatarList} edit={AvatarEdit} />
<Resource name="owned_files" />

<Resource name="projects" list={ProjectList} show={ProjectShow} />
Expand Down

0 comments on commit 13e912f

Please sign in to comment.