Skip to content

Commit 597b7d3

Browse files
committed
prop fix
1 parent e3ee361 commit 597b7d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GenOne.Blazor.QrScanner/src/wwwroot/qr-scanner-interop.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export function createQrScanner(videoElem, overlay, successfulScanHandler) {
88
{
99
returnDetailedScanResult: true,
1010
highlightScanRegion: true,
11-
overlay = overlay || undefined
11+
overlay: overlay || undefined
1212
}
1313
);
1414

0 commit comments

Comments
 (0)