brilliant-limeB
Refine3y ago
18 replies
brilliant-lime

Refine custom action resource

I have created a resource module like const leads = {
name: Modules.LEADS,
list: List,
create: Create,
edit: Edit,
show: Show,
archive: Archive,
meta: {
icon: <Filter9PlusIcon />,
},
}; and when i console archive page ,it is not recognizing as lead resource, useResource hook ,inside lead create edit and show return resource, but in archive return undefiend.
Was this page helpful?