Skip to content

Commit

Permalink
fix(controller): fixed issue with opening unit with tooltip available (
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaile authored Sep 10, 2024
1 parent efb0c0b commit 4bf864a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/controller/units/UnitsTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ function showRemoveUnitModal(unit: Unit) {
class="shrink-0"
>
<template #trigger>
<NeButton kind="tertiary" @click="openUnit(item.id)">
<NeButton kind="tertiary" @click="openUnit(item)">
<template #prefix>
<font-awesome-icon
:icon="['fas', 'arrow-up-right-from-square']"
Expand Down

0 comments on commit 4bf864a

Please sign in to comment.