CEC-4572 Added tags for the selected car. (#360)

* Added tags for the selected car.

* Updated snapshots as UI changes.
This commit is contained in:
upfisker
2023-06-15 08:08:55 -07:00
committed by GitHub
parent 3aca2a016a
commit 06867ea77f
7 changed files with 105 additions and 1 deletions

View File

@@ -147,6 +147,11 @@ const MainForm = ({ vin }) => {
</p>
</Grid>
)}
<Grid item md={12} className={classes.textCenterAlign}>
<p>
<b>Tags</b>: {vehicle.tags}
</p>
</Grid>
<Grid item md={12} className={classes.textCenterAlign}>
<RoleWrap
groups={groups}