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