Fix one typo that wasted hours of debugging

This commit is contained in:
Mehdi Benadel
2024-05-28 12:45:35 +02:00
parent d425663516
commit 1cf16d79be
3 changed files with 4 additions and 6 deletions

View File

@ -103,7 +103,7 @@ export class ChannelConfigurationElement extends LivechatElement {
colName: ptTr(LOC_LIVECHAT_CONFIGURATION_CHANNEL_FORBIDDEN_WORDS_LABEL),
description: ptTr(LOC_LIVECHAT_CONFIGURATION_CHANNEL_FORBIDDEN_WORDS_DESC2)
},
regex: {
regexp: {
colName: ptTr(LOC_LIVECHAT_CONFIGURATION_CHANNEL_FORBIDDEN_WORDS_REGEXP_LABEL),
description: ptTr(LOC_LIVECHAT_CONFIGURATION_CHANNEL_FORBIDDEN_WORDS_REGEXP_DESC)
},
@ -152,7 +152,7 @@ export class ChannelConfigurationElement extends LivechatElement {
default: [],
separators: ['\n', '\t', ';']
},
regex: {
regexp: {
inputType: 'checkbox',
default: false
},