0
0
Fork 0

Fix route roadmap table links

This commit is contained in:
Kevin Martinez 2024-02-26 14:16:25 -03:00
parent 0cfdd78328
commit c766c14a2c
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ function navigateToRoadmapSummary(event, row) {
@row-click="navigateToRoadmapSummary"
>
<template #body-cell-carrier="props">
<QTd :props="props">
<QTd :props="props" @click.stop>
<span v-if="props.value" class="link">
{{ props.value }}
<SupplierDescriptorProxy