Skip to content

Commit 469cf07

Browse files
committed
TT#158250 API: [netcologne] [CSC-UI] Cannot read properties of undefined (reading 'display_name')
Change-Id: I48ddadf9960bb3f5672e98cc51f2e41c68dcff8d
1 parent 54132dc commit 469cf07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/CscPagePbxAutoAttendant.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export default {
123123
required: true,
124124
align: 'left',
125125
label: this.$t('Name'),
126-
field: row => displayName(row.subscriber)
126+
field: row => displayName(row.subscriber_id_expand)
127127
}
128128
],
129129
pagination: {

0 commit comments

Comments
 (0)