Skip to content

Commit e794874

Browse files
committed
fix: license add version
1 parent bdba4bc commit e794874

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/src/stores/modules/user.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ const useUserStore = defineStore('user', {
133133
// this.version = ok.data?.version || '-'
134134
this.license_is_valid = ok.data.license_is_valid
135135
this.edition = ok.data.edition
136+
this.version = ok.data.version
136137
const theme = useThemeStore()
137138
if (this.isEE() || this.isPE()) {
138139
await theme.theme()

0 commit comments

Comments
 (0)