Skip to content

Commit

Permalink
chore: update default version in UI (#4761)
Browse files Browse the repository at this point in the history
We get a flash of the Unleash scaffold when we first load the page. For
a brief moment, we display version 3 and then overwrite it with the
correct version. Looks kinda silly, we know we're in version 5.x so
let's just do that
  • Loading branch information
sighphyre committed Jan 3, 2024
1 parent 7060055 commit efa2117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/hooks/api/getters/useUiConfig/defaultValue.ts
Expand Up @@ -3,7 +3,7 @@ import { IUiConfig } from 'interfaces/uiConfig';

export const defaultValue: IUiConfig = {
name: 'Unleash',
version: '3.x',
version: '5.x',
slogan: 'The enterprise ready feature toggle service.',
flags: {
P: false,
Expand Down

0 comments on commit efa2117

Please sign in to comment.