diff client/src/components/Bottlenecks.vue @ 5590:826e67e959c9 surveysperbottleneckid

For BN Overview display id for all doubles
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 05 Apr 2022 13:02:13 +0200
parents 94ef43fac0eb
children
line wrap: on
line diff
--- a/client/src/components/Bottlenecks.vue	Tue Apr 05 12:18:17 2022 +0200
+++ b/client/src/components/Bottlenecks.vue	Tue Apr 05 13:02:13 2022 +0200
@@ -7,7 +7,7 @@
     />
     <UITableHeader
       :columns="[
-        { id: 'properties.name', title: `${nameLabel}`, width: '230px' },
+        { id: 'properties.displayName', title: `${nameLabel}`, width: '230px' },
         {
           id: 'properties.responsible_country',
           title: `${countryLabel}`,