Keep user vehicle actions in wheel menu

This commit is contained in:
Jeppe B
2026-05-28 23:35:14 +02:00
parent eabb12ef97
commit b893e69b54
@@ -222,12 +222,12 @@ const getProductOptionsLabel = (vehicle) => {
/>
<!-- Actions -->
<td>
<!-- Actions should stay visible in the row. -->
<!-- Actions stay grouped behind the wheel menu. -->
<ActionSettingsWheelButton
v-if="!props.compact"
:user_id="object.user_id"
:reg_1="object.reg"
:displayActionsDirectly="true"
:displayActionsDirectly="false"
>
<template #actions>
<!-- View (Redirect to the vehicle page) -->