fix searching aldeias
This commit is contained in:
@ -89,7 +89,7 @@ const ManageAldeiasContextProvider = ({ children }: { children: React.ReactNode
|
||||
},
|
||||
{
|
||||
accessorFn: (row) => row.sucos.name,
|
||||
id: 'sucos',
|
||||
id: 'sucos_name',
|
||||
header: ({ column }) => <DataGridColumnHeader title="Sucos" column={column} />,
|
||||
enableSorting: true,
|
||||
enableHiding: false,
|
||||
|
||||
Reference in New Issue
Block a user