Skip to content

Commit

Permalink
fix: renamed ressource games_view with label Game
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien MAIRE authored and Julien MAIRE committed Feb 3, 2025
1 parent cc2b7ea commit 6c62026
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@ const App = () => {

return (
<Admin dataProvider={dataProvider}>
<Resource name="games_view" list={GameList}></Resource>
<Resource
name="games_view"
list={GameList}
options={{ label: "Game" }}
></Resource>
</Admin>
);
};
Expand Down

0 comments on commit 6c62026

Please sign in to comment.