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 9a5f85d commit 32c4214Copy full SHA for 32c4214
apps/web/src/components/Providers/FeatureFlags/flags.ts
@@ -16,7 +16,7 @@ export const FEATURE_FLAGS_CONDITIONS: Record<
16
> = {
17
datasetsV2: { workspaceIds: [1] },
18
useDatagridInForDatasetRows: { workspaceIds: [] },
19
- datasetsV1ModificationBlocked: { workspaceIds: [] },
+ datasetsV1ModificationBlocked: { workspaceIds: 'all' },
20
evaluationsV2: { workspaceIds: [1] },
21
}
22
0 commit comments