Merge pull request #15897 from Parsifal-M/feature-flag-warn

Add Message Under Feature Flag Toggle
This commit is contained in:
Fredrik Adelöw
2023-01-24 12:09:50 +01:00
committed by GitHub
2 changed files with 8 additions and 0 deletions
+5
View File
@@ -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}>