Skip to content

Commit

Permalink
fix: added missing invalidValue
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandernsilva committed Mar 15, 2024
1 parent 6099138 commit 274918d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/meteor/ee/app/livechat-enterprise/server/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ export const createSettings = async (): Promise<void> => {
section: 'Livechat',
enterprise: true,
modules: ['livechat-enterprise'],
invalidValue: ['uj', 'ul', 'livechat-close'],
public: true,
values: [
{ key: 'uj', i18nLabel: 'Message_HideType_uj' },
Expand Down

0 comments on commit 274918d

Please sign in to comment.