hotfix: routePrice null #810

Merged
carlossa merged 1 commits from hotfix-routePrice into master 2024-10-07 10:37:12 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ const newAgencyTermForm = reactive({
packagePrice: 0,
kmPrice: 0,
m3Price: 0,
routePrice: 0,
routePrice: null,
minimumKm: 0,
supplierFk: route.params.id,
});