Skip to content

Commit d665e46

Browse files
committed
fix(settings): classify recently deleted in workspace move impact
1 parent 56b14ac commit d665e46

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

apps/sim/lib/workspaces/admin-move-source-impact.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
*/
5756
const 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',

0 commit comments

Comments
 (0)