Add groupings to V3 group lookup table. Release of 1.3.2-alpha.2
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"productName": "ImEX RPS",
|
||||
"author": "ImEX Systems Inc. <support@thinkimex.com>",
|
||||
"description": "ImEX RPS",
|
||||
"version": "1.3.2-alpha.1",
|
||||
"version": "1.3.2-alpha.2",
|
||||
"main": "electron/main.js",
|
||||
"homepage": "./",
|
||||
"dependencies": {
|
||||
|
||||
@@ -411,6 +411,11 @@ export function JobsGroupV3ModalMolecule() {
|
||||
dataIndex: "ageDesc",
|
||||
key: "ageDesc"
|
||||
},
|
||||
{
|
||||
title: "Group",
|
||||
dataIndex: "group",
|
||||
key: "group"
|
||||
},
|
||||
{
|
||||
title: "Target",
|
||||
dataIndex: "target",
|
||||
|
||||
@@ -227,5 +227,8 @@
|
||||
"BRONCO SPORT",
|
||||
"BRONCO SPORT BADLANDS",
|
||||
"ESCALADE",
|
||||
"RX 350"
|
||||
"RX 350",
|
||||
"KONA",
|
||||
"MDX",
|
||||
"RDX"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user