use abm.key if no label is available

This commit is contained in:
BuckarooBanzay 2021-06-03 08:52:46 +02:00
parent 85e33f8306
commit 08c7e584aa

View File

@ -26,7 +26,7 @@ Vue.component("abm-list", {
<template v-slot:row="{ item }">
<td>
<router-link :to="'/abms/' + item.key">
{{ item.label }}
{{ item.label || item.key }}
</router-link>
</td>
<td>