diff --git a/ui/src/stores/modules/user.ts b/ui/src/stores/modules/user.ts index 31341bdc1..7d62e022a 100644 --- a/ui/src/stores/modules/user.ts +++ b/ui/src/stores/modules/user.ts @@ -105,7 +105,7 @@ const useUserStore = defineStore('user', { return this.edition == 'PE' && this.license_is_valid }, isEE() { - return this.edition == 'EE' + return this.edition == 'EE' && this.license_is_valid }, changeUserType(num: number, token?: string) { this.userType = num