Skip to content

Commit

Permalink
docs(QrcodeCapture): Valid values for the force file dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
cinob authored and gruhn committed Sep 14, 2023
1 parent c978ed8 commit dcc844a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/components/demos/Upload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default {
const options = [
{ text: 'rear camera (default)', value: 'environment' },
{ text: 'front camera', value: 'user' },
{ text: 'force file dialog', value: false }
{ text: 'force file dialog', value: null }
]
return {
Expand Down

0 comments on commit dcc844a

Please sign in to comment.