Enable ses by default (#2569)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov 2023-01-31 15:16:41 +06:00 committed by GitHub
parent 3f755682cf
commit 6e0b1d1036
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -162,7 +162,7 @@ export function createModel (builder: Builder): void {
core.space.Model,
{
label: notification.string.EmailNotification,
default: false
default: true
},
notification.ids.EmailNotification
)