Skip to content

Commit

Permalink
feat: adjust order
Browse files Browse the repository at this point in the history
  • Loading branch information
edelclaux committed Jan 17, 2025
1 parent b398d17 commit c4e2c4e
Showing 1 changed file with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,22 @@ export class TaxonomyComponent {
label: 'Famille',
field: 'famille',
},
{
label: 'cd nom',
field: 'cd_nom',
},
{
label: 'lb nom',
field: 'lb_nom',
},
{
label: 'cd nom',
field: 'cd_nom',
},
{
label: 'cd ref',
field: 'cd_ref',
},
{
label: 'Nom valide',
field: 'nom_valide',
},
{
label: 'Nom cite',
field: 'nom_cite',
Expand Down

1 comment on commit c4e2c4e

@gildeluermoz
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.