Fixing flag display
This commit is contained in:
parent
f93388dec0
commit
020feae951
@ -54,8 +54,8 @@ export default {
|
|||||||
setup() {
|
setup() {
|
||||||
var flagsStr;
|
var flagsStr;
|
||||||
|
|
||||||
if (this.flags) {
|
if (this.properties.flags) {
|
||||||
flagsStr = this.flags.textValue;
|
flagsStr = this.properties.flags.textValue;
|
||||||
} else {
|
} else {
|
||||||
flagsStr = '';
|
flagsStr = '';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user