Fix error category form component
This commit is contained in:
parent
6d8bac02ab
commit
a56e677d98
|
@ -77,7 +77,7 @@
|
|||
});
|
||||
},
|
||||
labelNewTerms(){
|
||||
return ( this.modelRepeated === 'yes' ) ? 'Yes' : 'No';
|
||||
return ( this.allow_new_terms === 'yes' ) ? 'Yes' : 'No';
|
||||
},
|
||||
emitValues(){
|
||||
this.$emit('input',{
|
||||
|
|
Loading…
Reference in New Issue