0
Good afternoon, I need to recover the variable name
of this object array, when I filter by id
, when I type for example the id
1, return "Solid"
full_category_list: [
{
id: 1,
name: 'Sólido',
parent : 0,
},
{
id: 2,
name: 'Líquido',
parent : 0
}
]