[messaging] add defaultValue to isContactAutoCreationEnabled (#3992)

This commit is contained in:
Weiko
2024-02-15 16:42:03 +01:00
committed by GitHub
parent 8636be5e4b
commit 4b3eeac333

View File

@ -76,6 +76,7 @@ export class MessageChannelObjectMetadata extends BaseObjectMetadata {
label: 'Is Contact Auto Creation Enabled',
description: 'Is Contact Auto Creation Enabled',
icon: 'IconUserCircle',
defaultValue: { value: true },
})
isContactAutoCreationEnabled: boolean;