From 6edfbd10676ac709e19afbf31073689196c0ae31 Mon Sep 17 00:00:00 2001 From: Raphael Odini Date: Thu, 22 Aug 2024 15:11:16 +0200 Subject: [PATCH] Fix proof upload error (vuetify upgrade) --- src/components/PriceInputRow.vue | 4 ++-- src/components/ProofInputRow.vue | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/PriceInputRow.vue b/src/components/PriceInputRow.vue index e4142d1f164..61da9d66010 100644 --- a/src/components/PriceInputRow.vue +++ b/src/components/PriceInputRow.vue @@ -10,7 +10,7 @@ :suffix="priceForm.currency" :hint="getPricePerUnit(priceForm.price)" persistent-hint - @update:model-value="newValue => priceForm.price = fixComma(newValue)" + @update:modelValue="newValue => priceForm.price = fixComma(newValue)" >