Fixing bug in charset code
This commit is contained in:
parent
4bec717f84
commit
e0825b7850
@ -37,7 +37,7 @@ export default {
|
||||
},
|
||||
|
||||
setup() {
|
||||
this.invert = this.properties.invert !== '';
|
||||
this.invert = this.properties.invert.textValue !== '';
|
||||
this.elements = _.unique(this.properties.parts.elements, part => {
|
||||
if (part.literal) {
|
||||
return part.literal.textValue;
|
||||
|
Loading…
Reference in New Issue
Block a user