kopia lustrzana https://github.com/FacilMap/facilmap
Fix "Use as route destination"
rodzic
df65a5914e
commit
28bec5c5a8
|
@ -52,7 +52,7 @@ export default class RouteFormTab extends Vue {
|
||||||
}
|
}
|
||||||
|
|
||||||
setTo(...args: any[]): void {
|
setTo(...args: any[]): void {
|
||||||
(this.routeForm.addVia as any)(...args);
|
(this.routeForm.setTo as any)(...args);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Ładowanie…
Reference in New Issue