Skip to content

Commit 32c4214

Browse files
committed
Block datasets v1 modification while migrating data
1 parent 9a5f85d commit 32c4214

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const FEATURE_FLAGS_CONDITIONS: Record<
1616
> = {
1717
datasetsV2: { workspaceIds: [1] },
1818
useDatagridInForDatasetRows: { workspaceIds: [] },
19-
datasetsV1ModificationBlocked: { workspaceIds: [] },
19+
datasetsV1ModificationBlocked: { workspaceIds: 'all' },
2020
evaluationsV2: { workspaceIds: [1] },
2121
}
2222

0 commit comments

Comments
 (0)