Fixes
This commit is contained in:
parent
1271abae00
commit
94fe8b8d7f
@ -37,8 +37,6 @@ export default {
|
|||||||
cancel: function () {
|
cancel: function () {
|
||||||
this.new_role = this.initialData
|
this.new_role = this.initialData
|
||||||
},
|
},
|
||||||
actualRole: function () {
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
|
|
||||||
computed: {
|
computed: {
|
||||||
@ -51,7 +49,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
label_class: function () {
|
label_class: function () {
|
||||||
return this.displayName === "No Access" ?
|
return this.newRole === "" ?
|
||||||
"label" : "label label--success"
|
"label" : "label label--success"
|
||||||
},
|
},
|
||||||
newRole: function () {
|
newRole: function () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user