Skip to content

Commit b0c9289

Browse files
authored
feat: add right-click menus to Compass COMPASS-9612 (#7140)
Updates the enableContextMenus feature flag to released stage
1 parent 8864e5f commit b0c9289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-preferences-model/src/feature-flags.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export const featureFlags: Required<{
144144
},
145145

146146
enableContextMenus: {
147-
stage: 'development',
147+
stage: 'released',
148148
description: {
149149
short: 'Enable context (right-click) menus',
150150
},

0 commit comments

Comments
 (0)