Skip to content

Commit

Permalink
Add lang parameter (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ifropc authored May 22, 2024
1 parent 6e1c8ee commit da48a4f
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ const FIELDS = [
id: "customer_id",
label: "Customer ID",
type: "test",
},
{
id: "lang",
label: "Language",
type: "test",
}
];

Expand Down

0 comments on commit da48a4f

Please sign in to comment.