CEC-3958 allow magna view cancel updates (#330)
This commit is contained in:
@@ -198,7 +198,7 @@ const MainForm = ({ vin, token }) => {
|
||||
<RoleWrap
|
||||
groups={groups}
|
||||
providers={providers}
|
||||
rolesPerProvider={Permissions.FiskerCreate}
|
||||
rolesPerProvider={Permissions.FiskerMagnaCreate}
|
||||
>
|
||||
<Tooltip key={row.vin} title={`Send cancel for ${row.vin}`}>
|
||||
<Link to="#" onClick={() => sendCancel(row)}>
|
||||
|
||||
Reference in New Issue
Block a user