Skip to content

Commit

Permalink
[ui] Rename nav/settings flag (#21335)
Browse files Browse the repository at this point in the history
## Summary & Motivation

By request from @braunjj.

## How I Tested These Changes

View user settings dialog.
  • Loading branch information
hellendag authored Apr 22, 2024
1 parent 46e2527 commit 3df1410
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const getVisibleFeatureFlagRows = () => [
flagType: FeatureFlag.flagUseNewOverviewPage,
},
{
key: 'Use new settings page',
key: 'New navigation (experimental)',
flagType: FeatureFlag.flagSettingsPage,
},
];

1 comment on commit 3df1410

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagit-core-storybook ready!

✅ Preview
https://dagit-core-storybook-c5vgmbdu8-elementl.vercel.app

Built with commit 3df1410.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.