Add title to ticket card

This commit is contained in:
William Buezas 2023-12-12 08:53:39 -03:00
parent 2432496eaf
commit d75ca32d1b
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ function viewSummary(id) {
v-for="row of rows"
:key="row.id"
:id="row.id"
:title="`${row.nickname} (${row.id})`"
@click="navigate(row.id)"
>
<template #list-items>