forked from verdnatura/salix-front
Merge pull request 'remove ID' (!148) from removeId into dev
Reviewed-on: verdnatura/salix-front#148 Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
commit
30c1f8d1f5
|
@ -87,7 +87,7 @@ function viewSummary(id) {
|
||||||
v-for="row of rows"
|
v-for="row of rows"
|
||||||
:key="row.id"
|
:key="row.id"
|
||||||
:id="row.id"
|
:id="row.id"
|
||||||
:title="`${row.nickname} (${row.id})`"
|
:title="`${row.nickname}`"
|
||||||
@click="navigate(row.id)"
|
@click="navigate(row.id)"
|
||||||
>
|
>
|
||||||
<template #list-items>
|
<template #list-items>
|
||||||
|
|
Loading…
Reference in New Issue