Skip to content

Commit 863937b

Browse files
authored
fix: added DISABLE_VISIBILITY_EDITING flag to index (#1234)
1 parent 9d5a89d commit 863937b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ initialize({
5656
mergeConfig({
5757
COLLECT_YEAR_OF_BIRTH: process.env.COLLECT_YEAR_OF_BIRTH,
5858
ENABLE_SKILLS_BUILDER_PROFILE: process.env.ENABLE_SKILLS_BUILDER_PROFILE,
59+
DISABLE_VISIBILITY_EDITING: process.env.DISABLE_VISIBILITY_EDITING,
5960
}, 'App loadConfig override handler');
6061
},
6162
},

0 commit comments

Comments
 (0)