remove IMAP_SMTP_CALDAV feature flag (#16695)

To be merged after 
https://github.com/twentyhq/twenty/pull/16479
https://github.com/twentyhq/twenty/pull/16694
This commit is contained in:
neo773
2025-12-19 22:50:12 +05:30
committed by GitHub
parent 6355557356
commit d30580fc4e
12 changed files with 7 additions and 50 deletions
@@ -1,4 +1,5 @@
import { createState } from 'twenty-ui/utilities';
export const isImapSmtpCaldavEnabledState = createState<boolean>({
key: 'isImapSmtpCaldavEnabled',
defaultValue: false,