Merge pull request #15897 from Parsifal-M/feature-flag-warn
Add Message Under Feature Flag Toggle
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-user-settings': patch
|
||||
---
|
||||
|
||||
Added a message to advise a page reload when toggling feature flags
|
||||
@@ -82,6 +82,9 @@ export const UserSettingsFeatureFlags = () => {
|
||||
<Grid container style={{ justifyContent: 'space-between' }}>
|
||||
<Grid item xs={6} md={8}>
|
||||
<Typography variant="h5">Feature Flags</Typography>
|
||||
<Typography variant="subtitle1">
|
||||
Please refresh the page when toggling feature flags
|
||||
</Typography>
|
||||
</Grid>
|
||||
{featureFlags.length >= 10 && (
|
||||
<Grid item xs={6} md={4}>
|
||||
|
||||
Reference in New Issue
Block a user