Skip to content

Commit c2529c3

Browse files
authored
fix(settings): hide data-retention nav item when user lacks enterprise plan (#4256)
1 parent 45bf396 commit c2529c3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

apps/sim/app/workspace/[workspaceId]/settings/navigation.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ export const allNavigationItems: NavigationItem[] = [
189189
requiresHosted: true,
190190
requiresEnterprise: true,
191191
selfHostedOverride: isDataRetentionEnabled,
192-
showWhenLocked: true,
193192
},
194193
{
195194
id: 'whitelabeling',

0 commit comments

Comments
 (0)