We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5cc991 commit 5b3faa8Copy full SHA for 5b3faa8
apps/web/src/components/Providers/FeatureFlags/flags.ts
@@ -14,9 +14,9 @@ export const FEATURE_FLAGS_CONDITIONS: Record<
14
FeatureFlag,
15
FeatureFlagCondition
16
> = {
17
- datasetsV2: { workspaceIds: [1] },
+ datasetsV2: { workspaceIds: 'all' },
18
useDatagridInForDatasetRows: { workspaceIds: [] },
19
- datasetsV1ModificationBlocked: { workspaceIds: 'all' },
+ datasetsV1ModificationBlocked: { workspaceIds: [] },
20
evaluationsV2: { workspaceIds: [1] },
21
}
22
0 commit comments