This commit is contained in:
richard-dds 2018-10-19 15:51:12 -04:00
parent 1271abae00
commit 94fe8b8d7f

View File

@ -37,8 +37,6 @@ export default {
cancel: function () {
this.new_role = this.initialData
},
actualRole: function () {
}
},
computed: {
@ -51,7 +49,7 @@ export default {
}
},
label_class: function () {
return this.displayName === "No Access" ?
return this.newRole === "" ?
"label" : "label label--success"
},
newRole: function () {