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:
Peter Macdonald
2023-01-23 13:48:28 +01:00
parent fc94542b2a
commit 3f956a154b
@@ -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}>