mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-24 06:28:34 +01:00
ProductBarcode: fix error on pages/Scanner.vue when using a barcode
This commit is contained in:
@@ -201,10 +201,12 @@
|
||||
console.info("Barcode detected");
|
||||
detectedBarcode.value = result.getText();
|
||||
break;
|
||||
|
||||
default:
|
||||
handleError(err);
|
||||
}
|
||||
|
||||
loading.value = false;
|
||||
handleError(err);
|
||||
}
|
||||
}
|
||||
if (err && !(err instanceof NotFoundException)) {
|
||||
|
||||
Reference in New Issue
Block a user