Skip to content

Commit 6e7f1b7

Browse files
authored
Turn off add/remove branches feature flag (#3702)
1 parent 8eade5a commit 6e7f1b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview/src/util/flags.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export const featureFlag = {
2-
ADD_REMOVE_BRANCHES: true
2+
ADD_REMOVE_BRANCHES: false
33
}

0 commit comments

Comments
 (0)