File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,12 +49,12 @@ import { getCustomBlockUsageCounts } from '@/lib/workflows/custom-blocks/operati
4949 * failure mode a downgrade disclosure cannot have. Now adding a section to
5050 * that union fails the build here until somebody decides whether it is gated.
5151 *
52- * The gating mirrors `isOrganizationSettingsSectionAvailable`: on hosted every
53- * section except `members` and `billing` resolves to `hasEnterprisePlan`. The
54- * type is imported type-only so this domain module stays free of the settings
52+ * The gating mirrors `isOrganizationSettingsSectionAvailable`. The type is
53+ * imported type-only so this domain module stays free of the settings
5554 * navigation module's React and icon imports.
5655 */
5756const ENTERPRISE_GATED_SECTION_LABELS : Record < OrganizationSettingsSection , string | null > = {
57+ 'recently-deleted' : null ,
5858 integrations : 'Sim Search source setup' ,
5959 'search-mcp' : null ,
6060 'search-slack' : 'Sim Search in Slack' ,
You can’t perform that action at this time.
0 commit comments