[messaging] add defaultValue to isContactAutoCreationEnabled (#3992)
This commit is contained in:
@ -76,6 +76,7 @@ export class MessageChannelObjectMetadata extends BaseObjectMetadata {
|
|||||||
label: 'Is Contact Auto Creation Enabled',
|
label: 'Is Contact Auto Creation Enabled',
|
||||||
description: 'Is Contact Auto Creation Enabled',
|
description: 'Is Contact Auto Creation Enabled',
|
||||||
icon: 'IconUserCircle',
|
icon: 'IconUserCircle',
|
||||||
|
defaultValue: { value: true },
|
||||||
})
|
})
|
||||||
isContactAutoCreationEnabled: boolean;
|
isContactAutoCreationEnabled: boolean;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user