sacred-roseS
Refine3y ago
5 replies
sacred-rose

How to remove plural noun when using custom label in resources ? (Inferencer)

I have a resource with label "Manajemen Pengguna" but on the page, Inferencer automatically convert the label into plural noun.

Here is my code
{
  name: "user",
  list: "/user",
  show: "/user/show/:id",
  create: "/user/create",
  edit: "/user/edit/:id",
  meta: {
    label: "Manajemen Pengguna",
    icon: <UserOutlined />
  }
},
image.png
Was this page helpful?