0
0
Fork 0

hotfix: routePrice null

This commit is contained in:
Carlos Satorres 2024-10-07 12:16:32 +02:00
parent f22809d609
commit e396cd0cac
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,
});