CEC-5898 - Bulk action to update flashpack numbers for fleet cars

This commit is contained in:
padamsen_fisker
2024-04-16 18:34:07 -04:00
parent 4601db96de
commit fb439f3569
6 changed files with 102 additions and 1 deletions

View File

@@ -176,7 +176,7 @@ const MainForm = ({ name }) => {
</Grid>
<Grid item md={4}>
<BulkActions
actions={["updateFleetVehicles", "addTags", "sms", "updateConfig", "remoteCommand", "diagnostic"]}
actions={["updateFleetVehicles", "addTags", "sms", "updateConfig", "remoteCommand", "diagnostic", "updateFlashpackNumbers"]}
ids={selected}
fleet={name}
callback={bulkActionCallback}