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 () { 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 () {