Package updates + added new models for warnings.

This commit is contained in:
Patrick Fic
2020-12-16 14:12:45 -08:00
parent e531972c6f
commit 54e40e24e9
3 changed files with 13 additions and 1 deletions

View File

@@ -23,5 +23,10 @@
"title": "Release Notes for 1.0.13",
"date": "11/30/2020",
"notes": "New Features: \n- Added 'This Quarter' and 'Last Quarter' date quick select.\n\nBug Fixes: \n- Added automatic job refresh on new import for estimate detail screen.\n- Fixed an issue where more jobs would not be fetched in the list view in certain scenarios."
},
"1.0.14": {
"title": "Release Notes for 1.0.14",
"date": "TBD",
"notes": ""
}
}

View File

@@ -3,7 +3,7 @@
"productName": "ImEX RPS",
"author": "ImEX Systems Inc. <support@thinkimex.com>",
"description": "ImEX RPS",
"version": "1.0.13",
"version": "1.0.14",
"main": "electron/main.js",
"homepage": "./",
"dependencies": {

View File

@@ -15,6 +15,13 @@ const models = [
"nv200",
"rav4",
"odyssey",
"murano",
"edge",
"ram",
"kicks",
"qashqai",
"escape",
"santa fe",
];
export default function VehicleGroupAlertAtom({ job, showGroup = false }) {