EM-60 Additional changes
This commit is contained in:
@@ -8,7 +8,7 @@ module.exports = {
|
||||
computed: {
|
||||
has_user_value: function() {
|
||||
const type = this.model["reg-type"];
|
||||
return type.indexOf("write") != -1 || type.indexOf("fixed") != -1;
|
||||
return type.includes("write") || type.includes("fixed") || type.includes("scaled");
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user