Add groupings to V3 group lookup table. Release of 1.3.2-alpha.2

This commit is contained in:
Patrick Fic
2024-09-05 15:56:47 -07:00
parent fa43424878
commit 03142bd889
3 changed files with 10 additions and 2 deletions

View File

@@ -411,6 +411,11 @@ export function JobsGroupV3ModalMolecule() {
dataIndex: "ageDesc",
key: "ageDesc"
},
{
title: "Group",
dataIndex: "group",
key: "group"
},
{
title: "Target",
dataIndex: "target",

View File

@@ -227,5 +227,8 @@
"BRONCO SPORT",
"BRONCO SPORT BADLANDS",
"ESCALADE",
"RX 350"
"RX 350",
"KONA",
"MDX",
"RDX"
]