refs #6763 pointer
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Carlos Satorres 2024-02-19 11:24:49 +01:00
parent 4eb2f1f725
commit 01850c6670
1 changed files with 4 additions and 1 deletions

View File

@ -152,7 +152,10 @@ function handleEvent(type, event, node) {
class="qtr row justify-between full-width q-pr-md cursor-pointer"
>
<div>
<span @click="handleEvent('row', $event, node)">
<span
@click="handleEvent('row', $event, node)"
class="cursor-pointer"
>
{{ node.name }}
<DepartmentDescriptorProxy :id="node.id" />
</span>