TT#158250 API: [netcologne] [CSC-UI] Cannot read properties of undefined (reading 'display_name')

Change-Id: I48ddadf9960bb3f5672e98cc51f2e41c68dcff8d
pull/6/head
Sergii Leonenko 3 years ago
parent 54132dc2b0
commit 469cf07f27

@ -123,7 +123,7 @@ export default {
required: true,
align: 'left',
label: this.$t('Name'),
field: row => displayName(row.subscriber)
field: row => displayName(row.subscriber_id_expand)
}
],
pagination: {

Loading…
Cancel
Save