autopcomplete not pointing to the right endpoint fixed

This commit is contained in:
Gerard 2019-01-16 08:11:28 +01:00
parent ecfe2c356f
commit c0170628f4
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
vn-one
label="Agency"
field="filter.agencyModeFk"
url="/api/AgencyMode/isActive">
url="/api/AgencyModes/isActive">
</vn-autocomplete>
<vn-autocomplete
vn-one