Skip to content

Commit 7e576f2

Browse files
committed
revert: flag for scoped variables
1 parent 205deb6 commit 7e576f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ HIDE_EXCLUDE_INCLUDE_GIT_COMMITS=true
3131
ENABLE_BUILD_CONTEXT=false
3232
CLAIR_TOOL_VERSION=
3333
ENABLE_RESTART_WORKLOAD=false
34-
ENABLE_SCOPED_VARIABLES=true
34+
ENABLE_SCOPED_VARIABLES=false

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ if (!window || !window._env_) {
141141
ENABLE_BUILD_CONTEXT: false,
142142
CLAIR_TOOL_VERSION:'V4',
143143
ENABLE_RESTART_WORKLOAD: false,
144-
ENABLE_SCOPED_VARIABLES: true,
144+
ENABLE_SCOPED_VARIABLES: false,
145145
}
146146
}
147147

0 commit comments

Comments
 (0)