diff --git a/src/views/CountDetail.vue b/src/views/CountDetail.vue index 4b66a8b0..f2bb4ea4 100644 --- a/src/views/CountDetail.vue +++ b/src/views/CountDetail.vue @@ -577,7 +577,7 @@ async function openRecountAlert() { }, { text: translate('Re-count'), - handler: async () => { + handler: () => { inputCount.value = product.value.quantity; product.value.isRecounting = true; }