Skip to content

Commit c2293b9

Browse files
feat(compass-preferences-modal): enable rename collection feature flag (COMPASS-7699) (#5537)
enable feature flag
1 parent c653a02 commit c2293b9

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
@@ -80,7 +80,7 @@ export const featureFlags: Required<{
8080
* Feature flag for the rename collection modal.
8181
*/
8282
enableRenameCollectionModal: {
83-
stage: 'development',
83+
stage: 'released',
8484
description: {
8585
short: 'Enables renaming a collection',
8686
long: 'Allows users to rename a collection from the sidebar',

0 commit comments

Comments
 (0)