mirror of
https://github.com/KevinMidboe/nova-map-fields.git
synced 2025-10-29 17:50:27 +00:00
Fixed incorrect variable name
This commit is contained in:
2
dist/js/field.js
vendored
2
dist/js/field.js
vendored
File diff suppressed because one or more lines are too long
@@ -53,8 +53,8 @@ export default {
|
|||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
beforeMount() {
|
created() {
|
||||||
this.selectedRouteTypes = this.routeTypes[0].value;
|
this.selectedRouteType = this.routeTypes[0].value;
|
||||||
|
|
||||||
if (this.value !== null) {
|
if (this.value !== null) {
|
||||||
this.localValue = this.value;
|
this.localValue = this.value;
|
||||||
|
|||||||
Reference in New Issue
Block a user