fixed wrong boolean association
This commit is contained in:
@@ -52,7 +52,7 @@ Vue.component("User", {
|
|||||||
}),
|
}),
|
||||||
computed: {
|
computed: {
|
||||||
canManageUsers() {
|
canManageUsers() {
|
||||||
return window['TT_CONFIG']['CAN_MANAGE_USERS'] === true;
|
return window['TT_CONFIG']['CAN_MANAGE_USERS'] === '1';
|
||||||
},
|
},
|
||||||
UserTableConfig() {
|
UserTableConfig() {
|
||||||
const headers = [
|
const headers = [
|
||||||
|
|||||||
Reference in New Issue
Block a user