CEC-4882: add send sms bulk action (#416)

* CEC-4882: add send sms bulk action

* npm audit fix

* upgrade to version specified by react-scripts

* override transitive package

* hoist ejs override

* add dep

* force blackduck scan
This commit is contained in:
Tristan Timblin
2023-08-17 14:09:56 -07:00
committed by GitHub
parent f4d021b658
commit 9ab36d5a1b
10 changed files with 2333 additions and 3171 deletions

View File

@@ -96,7 +96,7 @@ const MainForm = ({ name }) => {
</Tooltip>
</Grid>
<Grid item md={12} className={classes.textCenterAlign}>
<BulkActions vins={fleet.vehicles} actions={["addTags", "updateConfig"]} />
<BulkActions vins={fleet.vehicles} actions={["addTags", "updateConfig", "sms"]} />
</Grid>
</Grid>
<DeleteConfirmation message={name} open={showDeleteModal} close={() => setShowDeleteModal(false)} deleteFunction={onDelete} />