Skip to content

Commit dd25646

Browse files
committed
Enable FEATURES.EMAILS.
1 parent a45444b commit dd25646

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/dashboard/src/config/features.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const FEATURES = {
1212
ENABLE_CANNY: !isSelfHosted,
1313
ENABLE_SENTRY: !isSelfHosted,
1414
},
15-
EMAILS: false,
15+
EMAILS: !isSelfHosted,
1616
}
1717

1818
export default FEATURES

0 commit comments

Comments
 (0)