diff --git a/frontend/src/components/data/PipelineScopeConfig.tsx b/frontend/src/components/data/PipelineScopeConfig.tsx
index fa54297..682f6b6 100644
--- a/frontend/src/components/data/PipelineScopeConfig.tsx
+++ b/frontend/src/components/data/PipelineScopeConfig.tsx
@@ -39,24 +39,21 @@ export function PipelineScopeConfig() {
{ITEMS.map((item) => {
- const locked = item.key === 'pipeline_pull_a_share'
- const on = locked || getValue(item.key, item.defaultOn)
+ const on = getValue(item.key, item.defaultOn)
return (