Fixed incorrect variable name

This commit is contained in:
2021-09-07 15:28:35 +02:00
parent e416e97f1d
commit ac52186b38
2 changed files with 3 additions and 3 deletions

2
dist/js/field.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -53,8 +53,8 @@ export default {
};
},
beforeMount() {
this.selectedRouteTypes = this.routeTypes[0].value;
created() {
this.selectedRouteType = this.routeTypes[0].value;
if (this.value !== null) {
this.localValue = this.value;