Skip to content

Commit 5b3faa8

Browse files
committed
Enable datasets V2 for everyone
1 parent e5cc991 commit 5b3faa8

File tree

1 file changed

+2
-2
lines changed
  • apps/web/src/components/Providers/FeatureFlags

1 file changed

+2
-2
lines changed

apps/web/src/components/Providers/FeatureFlags/flags.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ export const FEATURE_FLAGS_CONDITIONS: Record<
1414
FeatureFlag,
1515
FeatureFlagCondition
1616
> = {
17-
datasetsV2: { workspaceIds: [1] },
17+
datasetsV2: { workspaceIds: 'all' },
1818
useDatagridInForDatasetRows: { workspaceIds: [] },
19-
datasetsV1ModificationBlocked: { workspaceIds: 'all' },
19+
datasetsV1ModificationBlocked: { workspaceIds: [] },
2020
evaluationsV2: { workspaceIds: [1] },
2121
}
2222

0 commit comments

Comments
 (0)