Skip to content

Commit 72e46a2

Browse files
authored
Merge pull request #14710 from OfficeDev/zhiyou/fix-entries
2 parents 9de7ff5 + 8126358 commit 72e46a2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/vscode-extension/src/releaseBasedFeatureSettings.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@
55
// Please do not edit this file except introducing new feature flag settings.
66
// During cd, we will toggle the value of the feature flag settings in this file from "false" to "true" on alpha and beta version.
77
// Please list each setting line by line. The default value should be the expected value in stable release, which is false usually.
8-
const shouldEnableTeamsCopilotChatUI = false;
98
const shouldHideTeamsAgentPreviewTag = false;
109

1110
export const releaseControlledFeatureSettings = {
12-
shouldEnableTeamsCopilotChatUI,
11+
shouldEnableTeamsCopilotChatUI: false,
1312
shouldHideTeamsAgentPreviewTag,
1413
};

0 commit comments

Comments
 (0)