Added a message under feature flag(s) to advise a page reload is needed when toggling them
Signed-off-by: Peter Macdonald <macdonald.peter90@gmail.com>
This commit is contained in:
@@ -82,6 +82,10 @@ 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