We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdba4bc commit e794874Copy full SHA for e794874
ui/src/stores/modules/user.ts
@@ -133,6 +133,7 @@ const useUserStore = defineStore('user', {
133
// this.version = ok.data?.version || '-'
134
this.license_is_valid = ok.data.license_is_valid
135
this.edition = ok.data.edition
136
+ this.version = ok.data.version
137
const theme = useThemeStore()
138
if (this.isEE() || this.isPE()) {
139
await theme.theme()
0 commit comments